Skip to content

Commit

Permalink
Merge pull request #214 from chain4travel/fix-Wallet-redirect-in-stage
Browse files Browse the repository at this point in the history
fix /wallet redirect
  • Loading branch information
Ysrbolles authored May 27, 2024
2 parents 822d610 + 32eeae8 commit 491b0e7
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 491b0e7

Please sign in to comment.