From 9891b2636245aad1412cf3ead88ba69e35fdc352 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Mon, 1 Jul 2024 01:52:30 -0400 Subject: chore: Update API URL in development environment configuration file --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 495d100..d19eccf 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ -VITE_APP_API_URL=http://localhost:8000 +VITE_APP_API_URL=http://localhost:2021 VITE_APP_REDIRECT_URL=http://localhost:5173 VITE_APP_GOOGLE_CLIENT_ID=USE_YOUR_OWN_CLIENT_ID \ No newline at end of file -- cgit