From 0b3c581e0b67162faf7daa7126a8f02acfc81e45 Mon Sep 17 00:00:00 2001 From: minuk926 Date: Wed, 27 Apr 2022 13:10:16 +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 82367f3..460f1e4 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:8090 + allowed-origins: http://localhost:3000,http://localhost:8080,http://localhost allowed-methods: GET,POST,PUT,DELETE,OPTIONS allowed-headers: '*' max-age: 3600