fix heroku name typo

This commit is contained in:
Priyatham Sai Chand 2021-03-25 11:47:43 +05:30
parent f253834592
commit 5cc0d61eef
1 changed files with 1 additions and 1 deletions

View File

@ -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({