convert endpoint urls to env variables

This commit is contained in:
JBB0807 2025-05-02 17:20:38 -07:00
parent 28dd929927
commit 00c14f4eeb
4 changed files with 9 additions and 5 deletions

4
.env
View file

@ -1,2 +1,2 @@
VITE_AUTH_URL="http://localhost:8080/auth/google"
#VITE_AUTH_URL="https://byte-camp-auth-service.fly.dev/auth/google"
VITE_AUTH_URL="http://localhost:8080"
#VITE_AUTH_URL="https://byte-camp-auth-service.fly.dev"