From 00e32210357469314101bdce0cb5e698a5bd4828 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Sat, 1 Aug 2026 01:30:05 +0900 Subject: [PATCH] =?UTF-8?q?chore(env):=20=EB=B0=B0=ED=8F=AC=20API=20URL=20?= =?UTF-8?q?=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 37ff389..48149e6 100644 --- a/.env.development +++ b/.env.development @@ -1 +1 @@ -VITE_API_BASE_URL=https://test-character-admin.sodalive.net +VITE_API_BASE_URL=https://test-api.sodalive.net diff --git a/.env.production b/.env.production index 367254f..1253d92 100644 --- a/.env.production +++ b/.env.production @@ -1 +1 @@ -VITE_API_BASE_URL=https://character-admin.sodalive.net +VITE_API_BASE_URL=https://api.sodalive.net