diff --git a/deploy/compose/.env.frontend b/deploy/compose/.env.frontend index ff3f456..365e938 100644 --- a/deploy/compose/.env.frontend +++ b/deploy/compose/.env.frontend @@ -1,7 +1,7 @@ # ----------------------------- Local Environment ---------------------------- # NEXT_PUBLIC_REST_ENDPOINT="http://localhost:8000/api" -NEXT_PUBLIC_WS_ENPDOINT="http://localhost:5000/" +NEXT_PUBLIC_WS_ENDPOINT="http://localhost:5000/" # ---------------------------------------------------------------------------- # # -------------------------- Production Environment -------------------------- #