dburl geaendert

This commit is contained in:
Ali
2026-02-21 20:13:28 +09:00
parent d58941bfdb
commit 7290f064c2
2 changed files with 1 additions and 1 deletions

View File

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