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