Skip to content

Commit b278b7a

Browse files
committed
feat: 회원탈퇴 API 접근 설정 추가
1 parent fdc5d75 commit b278b7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nmnb-application/src/main/kotlin/nmnb/application/global/config/SecurityConfig.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class SecurityConfig(
3030
"/v1/api/users/profile",
3131
"/v1/api/auth/refresh",
3232
"/v1/api/auth/logout",
33+
"/v1/api/auth/withdraw",
3334
)
3435

3536
@Bean

0 commit comments

Comments
 (0)