From f478ffe32034fdc5266b35eae906d92ca7b18e2a Mon Sep 17 00:00:00 2001 From: bbh <535597762@qq.com> Date: Fri, 1 Aug 2025 17:11:37 +0800 Subject: [PATCH] fix:frontend .env modify VITE_API_URL to backend --- frontend/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.env b/frontend/.env index 490067a..fac68c8 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1,2 +1,2 @@ -VITE_API_URL=http://120.76.41.122:8000 +VITE_API_URL=http://backend:8000 MAILCATCHER_HOST=http://localhost:1080