Skip to content

Commit

Permalink
fix /wallet redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysrbolles authored May 27, 2024
1 parent 822d610 commit 32eeae8
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;
return 301 /login;
}

location = /explorer/ {
Expand Down

0 comments on commit 32eeae8

Please sign in to comment.