dburl geaendert

This commit is contained in:
Ali
2026-02-21 19:47:12 +09:00
parent 9c9072f64d
commit d58941bfdb

View File

@@ -13,7 +13,7 @@ form.addEventListener("submit", async (event) => {
const password = document.getElementById("password").value const password = document.getElementById("password").value
try { try {
const response = await fetch("/auth/login", { const response = await fetch("/login", {
method: "POST", method: "POST",
headers: { headers: {
"Content-Type": "application/json" "Content-Type": "application/json"