Skip to content

Commit

Permalink
remove /home route from nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
aeddaqqa committed May 13, 2024
1 parent 5b15b73 commit 6e19284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server {
}

location = /wallet/ {
return 301 /wallet/home;
return 301 /wallet;
}

location = /explorer/ {
Expand Down

0 comments on commit 6e19284

Please sign in to comment.