We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7a86ab + bf3f280 commit 20bb038Copy full SHA for 20bb038
1 file changed
nowait-app-user-api/src/main/java/com/nowait/applicationuser/config/security/SecurityConfig.java
@@ -60,6 +60,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
60
"/login/oauth2/code/**", // 카카오 인증 콜백
61
"/api/refresh-token", // refresh token (토큰 갱신)
62
"/v1/menus/**", // 모든 메뉴 조회
63
+ "/v1/store-payments/**", // 결제 관련 API
64
"/orders/**",
65
"/swagger-ui/**",
66
"/v3/api-docs/**",
0 commit comments