From ffb744c9acbb6452815c6d6869c5487694e48261 Mon Sep 17 00:00:00 2001 From: Yifei Hu Date: Fri, 12 Jul 2024 14:25:49 +0800 Subject: [PATCH] fix the port --- ui/.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/.env.example b/ui/.env.example index 57a3ed9..4032dc3 100644 --- a/ui/.env.example +++ b/ui/.env.example @@ -1,2 +1,2 @@ -NEXT_PUBLIC_WS_URL=ws://localhost:3001 -NEXT_PUBLIC_API_URL=http://localhost:3001/api \ No newline at end of file +NEXT_PUBLIC_WS_URL=ws://localhost:3000 +NEXT_PUBLIC_API_URL=http://localhost:3000/api \ No newline at end of file