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