diff --git a/src/containers/LoginPage.tsx b/src/containers/LoginPage.tsx index 5b7f257..1c60560 100644 --- a/src/containers/LoginPage.tsx +++ b/src/containers/LoginPage.tsx @@ -21,7 +21,7 @@ export default function Page() { const handleLogin = async () => { setLoading(true); try { - console.log(apiUrl); + const response = await axios.post(`${apiUrl}/login`, { email: email, password: password,