|
@@ -65,7 +65,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public void configure(WebSecurity web) throws Exception {
|
|
public void configure(WebSecurity web) throws Exception {
|
|
- web.ignoring().antMatchers("/usernameLogin", "/smsLogin", "/refreshToken", "/v2/api-docs");
|
|
|
|
|
|
+ web.ignoring().antMatchers("/usernameLogin", "/smsLogin", "/refreshToken", "/v2/api-docs","/loginIn");
|
|
}
|
|
}
|
|
|
|
|
|
@Bean
|
|
@Bean
|