Helius
2020-06-08 db3cab89b47378ee0482ad5183f4f542d48309b8
src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java
@@ -43,9 +43,6 @@
                .antMatchers("/swagger**/**").permitAll()
                .antMatchers("/webjars/**").permitAll()
                .antMatchers("/v2/**").permitAll()
                .antMatchers("/api/symbols/**").permitAll()
                .antMatchers("/common/**").permitAll()
                .antMatchers("/api/exchange/**").permitAll()
                .anyRequest().authenticated()
                .and().apply(securityConfiguereAdapter());
    }