Explorar o código

Merge branch 'dev-add-permission' of xiongzhu/raex_back into master

sunkean %!s(int64=3) %!d(string=hai) anos
pai
achega
aeaa1bf87d

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

@@ -138,6 +138,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
                 .antMatchers("/user/faceAuthNotify/*").permitAll()
                 .antMatchers("/user/faceAuthNotify/*").permitAll()
                 .antMatchers("/blindBoxItem/rare/*").permitAll()
                 .antMatchers("/blindBoxItem/rare/*").permitAll()
                 .antMatchers("/user/synchronizationData").permitAll()
                 .antMatchers("/user/synchronizationData").permitAll()
+                .antMatchers("/asset/whetherMetaCanUse/*").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