From 3f0ba6b4fe79aa4e9ecdaf72661f372bcd6f2ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=84=B8=EC=A4=80?= <74056843+sejoon00@users.noreply.github.com> Date: Fri, 7 Mar 2025 02:09:43 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[fix]=20cors=20=EC=83=88=EB=A1=9C=EC=9A=B4?= =?UTF-8?q?=20=EB=8F=84=EB=A9=94=EC=9D=B8=EC=9C=BC=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 4d1174e..913c2a8 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -26,7 +26,7 @@ cors-allowed-origins: http://ppp.dev.admin.math-pointer.com, https://www.math-pointer.com, http://www.math-pointer.com, - https://www.dev.math-pointer.com + https://www.dev.math-pointer.com, http://www.dev.math-pointer.com From 8f6de3055b8ad7194e1a292b57c3b8a72b630937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=84=B8=EC=A4=80?= <74056843+sejoon00@users.noreply.github.com> Date: Fri, 7 Mar 2025 02:12:31 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[fix]=20swagger=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 10 +++++----- src/main/resources/application-local.yml | 2 +- src/main/resources/application-prod.yml | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index bd7d998..e1c5bc8 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -22,12 +22,12 @@ spring: swagger: servers: - - url: https://dev.mopl.kr - description: "mopl dev https 서버입니다." - - url: http://dev.mopl.kr - description: "mopl dev http 서버입니다." + - url: https://dev.math-pointer.com + description: "pointer dev https 서버입니다." + - url: http://dev.math-pointer.com + description: "pointer dev http 서버입니다." - url: http://localhost:8080 - description: "mopl local 서버입니다." + description: "pointer local 서버입니다." logging: level: diff --git a/src/main/resources/application-local.yml b/src/main/resources/application-local.yml index ea4aef2..f113266 100644 --- a/src/main/resources/application-local.yml +++ b/src/main/resources/application-local.yml @@ -14,4 +14,4 @@ spring: swagger: servers: - url: http://localhost:8080 - description: "mopl local 서버입니다." \ No newline at end of file + description: "pointer local 서버입니다." \ No newline at end of file diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 46caf6f..c79243d 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -17,12 +17,12 @@ spring: swagger: servers: - - url: https://prod.mopl.kr - description: "mopl prod https 서버입니다." - - url: http://prod.mopl.kr - description: "mopl prod http 서버입니다." + - url: https://prod.math-pointer.com + description: "pointer prod https 서버입니다." + - url: http://prod.math-pointer.com + description: "pointer prod http 서버입니다." - url: http://localhost:8080 - description: "mopl local 서버입니다." + description: "pointer local 서버입니다." logging: level: