From 8e946374beec778108a8979e08521da7f5922a33 Mon Sep 17 00:00:00 2001 From: minuk926 Date: Fri, 6 May 2022 17:35:45 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20=EA=B1=B0=EC=A3=BC=EC=9E=90/?= =?UTF-8?q?=EC=9E=A5=EC=95=A0=EC=9D=B8=20=EC=8B=AC=EC=82=AC=EC=9E=90=20?= =?UTF-8?q?=EC=8B=AC=EC=82=AC=20=EB=B0=98=EC=98=81?= 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 397d367..7ade61b 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,http://211.119.124.9 + allowed-origins: http://localhost:3000,http://localhost:8080,http://localhost,http://211.119.124.9,http://211.119.124.9:8090 allowed-methods: GET,POST,PUT,DELETE,OPTIONS allowed-headers: '*' max-age: 3600