|
|
@@ -153,6 +153,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
.antMatchers("/common/create/tenant/admin/old").anonymous()
|
|
|
.antMatchers("/common/update/role").anonymous()
|
|
|
.antMatchers("/common/question/import").anonymous()
|
|
|
+ .antMatchers("/common/question/getMeasureList").anonymous()
|
|
|
+ .antMatchers("/common/question/getTopicList").anonymous()
|
|
|
.antMatchers("/common/free/**").anonymous()
|
|
|
.antMatchers("/common/download**").anonymous()
|
|
|
.antMatchers("/common/download/resource**").anonymous()
|