panhui 5 лет назад
Родитель
Сommit
0cff164a7d

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

@@ -76,6 +76,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
                 .antMatchers("/401").permitAll()
                 .antMatchers("/404").permitAll()
                 .antMatchers("/500").permitAll()
+                .antMatchers("/Tz5B5m6mRa.txt").permitAll()
                 .antMatchers("/MP_verify*").permitAll()
                 // all other requests need to be authenticated
                 .anyRequest().authenticated().and()