Skip to content

Commit 20bb038

Browse files
authored
Merge pull request #205 from GTable/feature/#186-payment-crud
refactor(storePayment): 시큐리티 권한 조정
2 parents d7a86ab + bf3f280 commit 20bb038

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • nowait-app-user-api/src/main/java/com/nowait/applicationuser/config/security

nowait-app-user-api/src/main/java/com/nowait/applicationuser/config/security/SecurityConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
6060
"/login/oauth2/code/**", // 카카오 인증 콜백
6161
"/api/refresh-token", // refresh token (토큰 갱신)
6262
"/v1/menus/**", // 모든 메뉴 조회
63+
"/v1/store-payments/**", // 결제 관련 API
6364
"/orders/**",
6465
"/swagger-ui/**",
6566
"/v3/api-docs/**",

0 commit comments

Comments
 (0)