Skip to content

Commit

Permalink
Merge pull request #626 from JNU-econovation/fix/#625
Browse files Browse the repository at this point in the history
[BE/FIX] 딥링크를 전달하는 API에서 Nginx 404 NOT FOUND 오류 해결
  • Loading branch information
hwangdaesun authored Jan 20, 2025
2 parents d32f61e + b84ba75 commit 9689889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jwt:
secret: ${JWT_SECRET}

exceed:
url : https://eatceed.net
url : https://eatceed.net/dev
deepLink :
signUp: eatceed://checkemail
updatePassword: eatceed://changepw
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jwt:
secret: ${JWT_SECRET}

exceed:
url : https://eatceed.net
url : https://eatceed.net/prod
deepLink :
signUp: eatceed://checkemail
updatePassword: eatceed://changepw
Expand Down

0 comments on commit 9689889

Please sign in to comment.