From 25db8dd35a6a23bb418115e8baa28267f4eacf13 Mon Sep 17 00:00:00 2001 From: poduck Date: Sun, 30 Nov 2025 02:04:43 -0500 Subject: [PATCH] Fix API URL duplication: Remove /api suffix from VITE_API_URL --- frontend/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.env.production b/frontend/.env.production index d8f1903..98574e2 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -1,3 +1,3 @@ # Production environment variables # Set VITE_API_URL to your production API URL -VITE_API_URL=https://smoothschedule.com/api +VITE_API_URL=https://smoothschedule.com