From 729d3e270423d06fc113e971075e370722eae553 Mon Sep 17 00:00:00 2001 From: minuk926 Date: Thu, 7 Jul 2022 17:52:05 +0900 Subject: [PATCH] config: config set --- 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 e82ba05..d4ff809 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 + allowed-origins: http://localhost:3000,http://localhost,http://211.119.124.107 allowed-methods: GET,POST,PUT,DELETE,OPTIONS allowed-headers: '*' max-age: 3600