From 22aee27cda8d635228901cb35b54a8aed290d8a2 Mon Sep 17 00:00:00 2001 From: ItzCrazyKns Date: Sun, 12 May 2024 12:48:01 +0530 Subject: [PATCH] feat(env): remove port --- ui/.env.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/.env.example b/ui/.env.example index 4d12554..9869283 100644 --- a/ui/.env.example +++ b/ui/.env.example @@ -1,3 +1,2 @@ NEXT_PUBLIC_WS_URL=ws://localhost:31338 -NEXT_PUBLIC_API_URL=http://localhost:31338/api -PORT=31337 \ No newline at end of file +NEXT_PUBLIC_API_URL=http://localhost:31338/api \ No newline at end of file