Skip to content

Commit

Permalink
Merge pull request #209 from chain4travel/fix-route
Browse files Browse the repository at this point in the history
remove /home route from nginx
  • Loading branch information
aeddaqqa authored May 13, 2024
2 parents a43b461 + 71cf107 commit bf703c7
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 bf703c7

Please sign in to comment.