From bc55ad973a80bdb8090b9851191b100b147e03f2 Mon Sep 17 00:00:00 2001 From: jiho83 Date: Mon, 6 Mar 2023 09:27:59 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20allowed-origins=20http:=20->=20http:?= =?UTF-8?q?//=20=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/config/application-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config/application-prod.yml b/src/main/resources/config/application-prod.yml index 3139402..8e532ad 100644 --- a/src/main/resources/config/application-prod.yml +++ b/src/main/resources/config/application-prod.yml @@ -37,7 +37,7 @@ springdoc: # project config # ================================================================================================================== cors: - allowed-origins: https://fonts.gstatic.com,http://localhost,http:211.35.57.20:3000 + allowed-origins: https://fonts.gstatic.com,http://localhost,http://211.35.57.20:3000 # api response logging 여부 api: