From 127c1f40895dfade19b2f2b283fd080830a7106d Mon Sep 17 00:00:00 2001 From: songhyeonpk Date: Tue, 29 Jul 2025 23:50:51 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B0=B0=ED=8F=AC=EB=90=9C=20?= =?UTF-8?q?=ED=81=B4=EB=9D=BC=EC=9D=B4=EC=96=B8=ED=8A=B8=20URL=20=EB=93=B1?= =?UTF-8?q?=EB=A1=9D(#45)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../studytrip/global/common/constants/UrlConstants.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/ject/studytrip/global/common/constants/UrlConstants.java b/src/main/java/com/ject/studytrip/global/common/constants/UrlConstants.java index bdbb4ae..b3b896f 100644 --- a/src/main/java/com/ject/studytrip/global/common/constants/UrlConstants.java +++ b/src/main/java/com/ject/studytrip/global/common/constants/UrlConstants.java @@ -9,9 +9,9 @@ public enum UrlConstants { DEV_API_SERVER_URL("https://dev-api-studytrip.duckdns.org"), LOCAL_API_SERVER_URL("http://localhost:8080"), - // TODO: 개발, 운영 도메인 URL 추가 작업 - LOCAL_DOMAIN_URL("http://localhost:5173"), - LOCAL_SECURE_DOMAIN_URL("https://localhost:5173"), + PRODUCTION_CLIENT_URL("https://ject-4-client.vercel.app"), + LOCAL_CLIENT_URL("http://localhost:5173"), + LOCAL_SECURE_CLIENT_URL("https://localhost:5173"), ; private final String value;