Skip to content

Commit cf867db

Browse files
committed
hotfix : 시큐리티 수정
1 parent 9778f26 commit cf867db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

greatjourney/src/main/java/backend/greatjourney/global/security/config/SecurityConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
3131
session.sessionCreationPolicy(SessionCreationPolicy.STATELESS))
3232
.authorizeHttpRequests(auth -> auth
3333
.requestMatchers("/api/auth/**","api/v1/","/v3/api-docs/**",
34+
"api/survey/questions",
3435
"api/terms/**",
3536
"api/terms-agreement/**",
3637
"/swagger-ui/**",

0 commit comments

Comments
 (0)