diff --git a/.env.production b/.env.production index 18ccaa0..2e21eb8 100644 --- a/.env.production +++ b/.env.production @@ -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 \ No newline at end of file diff --git a/.env.testing b/.env.testing index 53be291..86f60f7 100644 --- a/.env.testing +++ b/.env.testing @@ -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 \ No newline at end of file