From 7c81ae30a124a8c5daa179d50c3833f748959bde Mon Sep 17 00:00:00 2001 From: minuk926 Date: Thu, 7 Jul 2022 16:29:48 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20cors=20Sesurity=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/config/application-oauth.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config/application-oauth.yml b/src/main/resources/config/application-oauth.yml index e4852fa..e82ba05 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.9 + allowed-origins: http://localhost:3000,http://localhost allowed-methods: GET,POST,PUT,DELETE,OPTIONS allowed-headers: '*' max-age: 3600