update of login.js input

This commit is contained in:
2025-11-16 12:25:51 +01:00
parent 66e2019364
commit b7ef0e5ab4
+1 -1
View File
@@ -4,7 +4,7 @@ export default async function login(email, password) {
const csrfToken = await getXSRFToken();
await fetch('http://localhost:8000/api/login', {
await fetch('http://localhost:8000/api/users/login', {
method: 'POST',
credentials: 'include',
headers: {