diff --git a/.env.development b/.env.development index 1169ce8..54711e2 100644 --- a/.env.development +++ b/.env.development @@ -1 +1 @@ -REACT_APP_API_BASE_URL = "http://localhost:9001" +REACT_APP_API_BASE_URL = "http://127.0.0.1:9001" diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index 0199a75..32d6d91 100644 --- a/src/components/Navbar/index.tsx +++ b/src/components/Navbar/index.tsx @@ -12,6 +12,7 @@ const Navbar = () => {