Merge branch 'master' of https://dev.azure.com/DBNTech/ForeignAffairs/_git/ForeignAffairs
commit
6dd7d9eb4a
|
|
@ -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