From 68bca9146d1083860cbcca59596862aaebc471f3 Mon Sep 17 00:00:00 2001 From: parkmuhyeun Date: Sun, 7 Apr 2024 01:55:07 +0900 Subject: [PATCH] fix: fix baseUrl to https --- src/constants/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/index.ts b/src/constants/index.ts index 697c711e..bde9ae99 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -1,4 +1,4 @@ -export const BASE_URL = 'http://conceptbe.kr:8080'; +export const BASE_URL = 'https://conceptbe.kr/api'; // 서버 작업으로 인한 임시 상수값 export const ROOT_COMMENT_ID = '0';