update: Modify API base URL in .env and .env.production files for consistency across environments

This commit is contained in:
Lexcubia 2025-04-20 21:09:59 +08:00
parent b0d9c7f521
commit 7ca70cb8e6
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
VITE_APP_BASE_API=http://api.production.com
VITE_APP_BASE_API=http://160.202.224.52:31002
VITE_APP_ENV=production