Change http to https in production and testing environment

This commit is contained in:
2023-10-10 16:54:30 +08:00
parent cf3dbae15d
commit 586069b233
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
VITE_API_URL=http://api.fatweb.top
VITE_API_URL=https://api.fatweb.top
VITE_API_TOKEN_URL=${VITE_API_URL}/token

View File

@@ -1,3 +1,3 @@
NODE_ENV=development
VITE_API_URL=http://api-test.fatweb.top
VITE_API_URL=https://api-test.fatweb.top
VITE_API_TOKEN_URL=${VITE_API_URL}/token