From bc9da38aae7d921a38bb9af01342a8857676357f Mon Sep 17 00:00:00 2001 From: minuk926 Date: Wed, 27 Apr 2022 14:05:06 +0900 Subject: [PATCH] =?UTF-8?q?config:=20=EC=84=9C=EB=B2=84=EC=84=A4=EC=A0=95?= =?UTF-8?q?=20=EB=B0=98=EC=98=81-cors=20port=20=EC=B6=94=EA=B0=80?= 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 460f1e4..397d367 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:8080,http://localhost + allowed-origins: http://localhost:3000,http://localhost:8080,http://localhost,http://211.119.124.9 allowed-methods: GET,POST,PUT,DELETE,OPTIONS allowed-headers: '*' max-age: 3600