fix : 시큐리티수정
parent
ad558fcac1
commit
f3a00b5a4e
|
|
@ -138,6 +138,7 @@ public class SecurityConfig{
|
||||||
"/police/**",
|
"/police/**",
|
||||||
"/sri/**",
|
"/sri/**",
|
||||||
"/counterIntelligence/**",
|
"/counterIntelligence/**",
|
||||||
|
"/monitoring/**",
|
||||||
"/resetSession"
|
"/resetSession"
|
||||||
).hasRole(Role.USER.name()) // USER 접근 허용
|
).hasRole(Role.USER.name()) // USER 접근 허용
|
||||||
.antMatchers(
|
.antMatchers(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue