From ee0b3f4ff41e3c138f00b0e73462c35fa2ff2c96 Mon Sep 17 00:00:00 2001 From: songhyeonpk Date: Sat, 26 Jul 2025 22:59:27 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A1=9C=EC=BB=AC=20=ED=81=B4=EB=9D=BC?= =?UTF-8?q?=EC=9D=B4=EC=96=B8=ED=8A=B8=20=EB=8F=84=EB=A9=94=EC=9D=B8=20?= =?UTF-8?q?=ED=8F=AC=ED=8A=B8=205173=EC=9C=BC=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD(#41)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ject/studytrip/global/common/constants/UrlConstants.java | 4 ++-- 1 file changed, 2 insertions(+), 2 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 5e8bec4..bdbb4ae 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 @@ -10,8 +10,8 @@ public enum UrlConstants { LOCAL_API_SERVER_URL("http://localhost:8080"), // TODO: 개발, 운영 도메인 URL 추가 작업 - LOCAL_DOMAIN_URL("http://localhost:3000"), - LOCAL_SECURE_DOMAIN_URL("https://localhost:3000"), + LOCAL_DOMAIN_URL("http://localhost:5173"), + LOCAL_SECURE_DOMAIN_URL("https://localhost:5173"), ; private final String value;