Skip to content

Commit fabdc99

Browse files
author
enbraining
committed
♻️ 권한이 설정되지 않은 경로는 접근 금지
1 parent 32da006 commit fabdc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sms-infrastructure/src/main/kotlin/team/msg/sms/global/security/SecurityConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class SecurityConfig(
9696

9797
.antMatchers(HttpMethod.GET, "/stack/list").permitAll()
9898

99-
.anyRequest().authenticated()
99+
.anyRequest().denyAll()
100100

101101
http
102102
.apply(FilterConfig(jwtParser, objectMapper))

0 commit comments

Comments
 (0)