|
@@ -116,6 +116,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
.antMatchers("/api/wcstask/**").permitAll()
|
|
|
.antMatchers("/test/**").permitAll()
|
|
|
.antMatchers("/api/modbus/**").permitAll()
|
|
|
+ .antMatchers("/api/**").permitAll()
|
|
|
|
|
|
.antMatchers("/ams/locationView/**").permitAll()
|
|
|
|