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