From 9f1ea75d096f1768049efb7511edcb389057400a Mon Sep 17 00:00:00 2001 From: Typer_Body Date: Mon, 30 Mar 2026 23:34:34 +0800 Subject: [PATCH] Update API base URL to localhost --- web/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/.env.example b/web/.env.example index 2216e1b9..963ad1c9 100644 --- a/web/.env.example +++ b/web/.env.example @@ -1 +1 @@ -NEXT_PUBLIC_API_BASE_URL=http://192.168.1.97:5300 +NEXT_PUBLIC_API_BASE_URL=http://localhost:5300