From cd8a06214534a4ba84f515f65918a0e2194667a9 Mon Sep 17 00:00:00 2001 From: jessikitty Date: Wed, 28 Jan 2026 11:35:58 +1100 Subject: [PATCH] Update API URL to use server IP instead of localhost --- frontend/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.env b/frontend/.env index da88de5..6f11b16 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1 +1 @@ -VITE_API_URL=http://localhost:8001 +VITE_API_URL=http://10.0.0.127:8001