diff --git a/src/components/Login.js b/src/components/Login.js index a3fbf1d..7a53bd2 100644 --- a/src/components/Login.js +++ b/src/components/Login.js @@ -19,7 +19,7 @@ const Login = () => { try { const loginUser = { email, password }; const loginRes = await Axios.post( - "https://server-locaft.heroku.app/users/login", + "https://server-locaft.herokuapp.com/users/login", loginUser ); setUserData({