From 274c9d76597f0c60157930cc7341ce91ed4a1b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Ant=C3=B4nio=20Farias=20Machado?= Date: Mon, 12 Jun 2023 20:12:47 -0300 Subject: [PATCH] fix(env):api route --- frontend/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/.env b/frontend/.env index 1ba26cd..89c0df2 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1,6 +1,6 @@ # ----------------------------- Local Environment ---------------------------- # -NEXT_PUBLIC_REST_ENPOINT="http://localhost:8000" +NEXT_PUBLIC_REST_ENPOINT="http://localhost:8000/api" # ---------------------------------------------------------------------------- # @@ -9,4 +9,4 @@ NEXT_PUBLIC_REST_ENPOINT="http://localhost:8000" #NEXT_PUBLIC_REST_ENPOINT="https://d9962fd9-2464-4a30-9a86-a15a04b57ad0.mock.pstmn.io" -# ---------------------------------------------------------------------------- # \ No newline at end of file +# ---------------------------------------------------------------------------- #