diff --git a/src/main/resources/config/application-oauth.yml b/src/main/resources/config/application-oauth.yml index 4fe2d3f..98279bb 100644 --- a/src/main/resources/config/application-oauth.yml +++ b/src/main/resources/config/application-oauth.yml @@ -68,7 +68,7 @@ spring: # Spring Security cors 설정 :: CorsConfiguration 설정 값 cors: - allowed-origins: http://localhost:3000,http://localhost,http://211.119.124.107,,http://211.119.124.107:3000 + allowed-origins: http://localhost:3000,http://localhost,http://211.119.124.107,http://211.119.124.107:3000 allowed-methods: GET,POST,PUT,DELETE,OPTIONS allowed-headers: '*' max-age: 3600