Skip to content

Commit 892ea48

Browse files
committed
feat: 설정 정보 추가
1 parent 6a7afaf commit 892ea48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/threestar/trainus/global/config/security/SecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
2727
.authorizeHttpRequests(auth -> auth
2828
.requestMatchers("/api/v1/users/**", "/api/lessons/test-auth", "/swagger-ui/**", "/v3/api-docs/**",
2929
"/api/v1/profiles/**", "/api/v1/lessons/**", "/api/v1/comments/**", "/api/v1/reviews/**"
30-
, "/api/v1/rankings/**")
30+
, "/api/v1/rankings/**", "/api/v1/payments/**")
3131
.permitAll()
3232
.anyRequest()
3333
.authenticated()

0 commit comments

Comments
 (0)