Change http to https in production and testing environment #30

Merged
FatttSnake merged 1 commits from FatttSnake into dev 2023-10-10 16:55:57 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 586069b233 - Show all commits

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