Skip to content

Commit efbdd93

Browse files
committed
Fix: OAuth 주소 실수 수정
1 parent de4fb47 commit efbdd93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spring:
3737
- /v1/auth/email-verification
3838
- /v1/auth/password-reset/request
3939
- /v1/auth/password-reset
40-
- /v1/oauth2/callback/*
40+
- /oauth2/callback/*
4141

4242
- id: auth-private
4343
uri: http://user-service:8081

0 commit comments

Comments
 (0)