mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 08:06:24 +00:00
SecurityConfig 최종 수정: 중복된 actuator 설정 제거 및 ADMIN 권한 요구 완전 제거
This commit is contained in:
parent
744f33875c
commit
0ec0d562a8
@ -59,8 +59,7 @@ public class SecurityConfig {
|
||||
"/swagger-ui/**",
|
||||
"/swagger-ui.html",
|
||||
"/swagger-resources/**",
|
||||
"/webjars/**",
|
||||
"/actuator/**"
|
||||
"/webjars/**"
|
||||
).permitAll()
|
||||
|
||||
// Protected endpoints (인증 필요)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user