sunkean 2 лет назад
Родитель
Сommit
b8a6f22ac8
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/main/java/com/izouma/nineth/security/WebSecurityConfig.java

+ 1 - 0
src/main/java/com/izouma/nineth/security/WebSecurityConfig.java

@@ -185,6 +185,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
                 .antMatchers("/metaResources/getLikeNum/**").permitAll()
                 .antMatchers("/metaResources/getLikeNum/**").permitAll()
                 .antMatchers("/metaProblem/findAll").permitAll()
                 .antMatchers("/metaProblem/findAll").permitAll()
                 .antMatchers("/metaQuestion/queryByApplication/**").permitAll()
                 .antMatchers("/metaQuestion/queryByApplication/**").permitAll()
+                .antMatchers("/metaObjectMove/*/queryCoordinate").permitAll()
                 // all other requests need to be authenticated
                 // all other requests need to be authenticated
                 .anyRequest().authenticated().and()
                 .anyRequest().authenticated().and()
                 // make sure we use stateless session; session won't be used to
                 // make sure we use stateless session; session won't be used to