fix heroku name typo
This commit is contained in:
parent
f253834592
commit
5cc0d61eef
|
@ -19,7 +19,7 @@ const Login = () => {
|
||||||
try {
|
try {
|
||||||
const loginUser = { email, password };
|
const loginUser = { email, password };
|
||||||
const loginRes = await Axios.post(
|
const loginRes = await Axios.post(
|
||||||
"https://server-locaft.heroku.app/users/login",
|
"https://server-locaft.herokuapp.com/users/login",
|
||||||
loginUser
|
loginUser
|
||||||
);
|
);
|
||||||
setUserData({
|
setUserData({
|
||||||
|
|
Loading…
Reference in New Issue