From 73c1957a514931465b649c70f6345aa0564c11c6 Mon Sep 17 00:00:00 2001 From: yingying Date: Thu, 9 May 2024 11:10:19 +0800 Subject: [PATCH] fix: update the .env.example --- client/.env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/.env.example b/client/.env.example index 0ee22117..a493a459 100644 --- a/client/.env.example +++ b/client/.env.example @@ -1 +1,2 @@ -NEXT_PUBLIC_API_DOMAIN="http://localhost:8000" +SELF_PATH=/client/ +NEXT_PUBLIC_API_URL=http://localhost:3000/api