dburl geaendert
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user