@@ -66,6 +66,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
.antMatchers("/swagger-ui.html", "/swagger/**", "/swagger-resources/**", "/webjars/**", "/v2/api-docs").permitAll()
// 웹소켓 권한 설정하지
.antMatchers("/ws/**").permitAll()
+ .antMatchers("/api/**").permitAll()
// API 권한 설정하지
//.antMatchers("/api/**").permitAll()
// 지도 URI 권한 설정하지