|
@@ -68,6 +68,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/rate/export/**").permitAll()
|
|
.antMatchers("/rate/export/**").permitAll()
|
|
|
.antMatchers("/rate/test").permitAll()
|
|
.antMatchers("/rate/test").permitAll()
|
|
|
.antMatchers("/district/NJ").permitAll()
|
|
.antMatchers("/district/NJ").permitAll()
|
|
|
|
|
+ .antMatchers("/setting/byFlag").permitAll()
|
|
|
.antMatchers("/upload/**").permitAll()
|
|
.antMatchers("/upload/**").permitAll()
|
|
|
.antMatchers("/files/**").permitAll()
|
|
.antMatchers("/files/**").permitAll()
|
|
|
.antMatchers("/static/**").permitAll()
|
|
.antMatchers("/static/**").permitAll()
|