From 2424c1d49e733109ee443c5d20bf3706c1531878 Mon Sep 17 00:00:00 2001 From: leandrofars Date: Mon, 8 Jul 2024 21:00:23 -0300 Subject: [PATCH] fix(frontend): remove rest endpoint env var --- frontend/.env | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/.env b/frontend/.env index 2116eeb..293b49b 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1,6 +1,5 @@ # ----------------------------- Local Environment ---------------------------- # -NEXT_PUBLIC_REST_ENDPOINT="http://localhost:8000" NEXT_PUBLIC_WS_ENDPOINT="http://localhost:5000/" NEXT_PUBLIC_ENTERPRISE_VERSION="false" NEXT_PUBLIC_GOOGLE_MAPS_KEY=""