Skip to content

Commit

Permalink
chore: redirect-uri가 달라서 생기는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingyum-Kim committed Oct 18, 2024
1 parent 5661a23 commit cb13a9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ oauth:
client-secret: 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
redirect-uri: https://dev.mouda.site/oauth/google
apple:
redirect-uri: https://api.dev.mouda.site/oauth/apple
redirect-uri: https://api.dev.mouda.site/v1/oauth/apple

aws:
region:
Expand Down
2 changes: 1 addition & 1 deletion backend/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ oauth:
client-secret: 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
redirect-uri: http://localhost:8081/oauth/google
apple:
redirect-uri: https://api.dev.mouda.site/oauth/apple
redirect-uri: https://api.dev.mouda.site/v1/oauth/apple

aws:
region:
Expand Down
2 changes: 1 addition & 1 deletion backend/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ oauth:
client-secret: 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
redirect-uri: https://mouda.site/oauth/google
apple:
redirect-uri: https://mouda.site/oauth/apple
redirect-uri: https://mouda.site/v1/oauth/apple

aws:
region:
Expand Down

0 comments on commit cb13a9d

Please sign in to comment.