src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java
@@ -38,9 +38,9 @@ .and() .authorizeRequests() .antMatchers(HttpMethod.OPTIONS, "/**").permitAll() .antMatchers("/loginOutCenter").permitAll() .antMatchers("/login").permitAll() .antMatchers("/registerOutCenter").permitAll() .antMatchers("/loginOutCenter").permitAll() .antMatchers("/register").permitAll() .antMatchers("/swagger**/**").permitAll() .antMatchers("/webjars/**").permitAll()