Skip to content

Commit 7546692

Browse files
feat: redirect uri 잘못된거 변경
1 parent f485e40 commit 7546692

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

thefirsttake/src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jpa:
4242
client-id: "client-id"
4343
client-secret: "client-secret"
4444
# redirect-uri: "http://172.16.101.234:3000/api/auth/callback/kakao"
45-
redirect-uri: "https://the-second-take.com/api/auth/callback/kakao" # 기존 프로덕션 값 (보존)
45+
redirect-uri: "https://the-second-take.com/api/auth/kakao/callback" # 기존 프로덕션 값 (보존)
4646
# redirect-uri: "https://the-first-take.com/api/auth/callback/kakao"
4747
# redirect-uri: "http://localhost:8000/api/auth/kakao/callback"
4848
# redirect-uri: "http://localhost:3000/api/auth/callback/kakao"

0 commit comments

Comments
 (0)