|
@@ -81,7 +81,7 @@ class Security : WebSecurityConfigurerAdapter() {
|
|
|
.csrf()
|
|
|
.disable()
|
|
|
.authorizeRequests()
|
|
|
- .antMatchers("/code/**").permitAll()
|
|
|
+ .antMatchers("/static/**").permitAll()
|
|
|
.antMatchers("/api/new/person/**").permitAll()
|
|
|
.antMatchers("/ws/**").permitAll()
|
|
|
.anyRequest().authenticated()
|