From 5cc0d61eefeea7af05fe8bf7a45ed8d4d4c4e439 Mon Sep 17 00:00:00 2001 From: Priyatham Sai Chand Date: Thu, 25 Mar 2021 11:47:43 +0530 Subject: [PATCH] fix heroku name typo --- src/components/Login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({