dburl geaendert
This commit is contained in:
0
.gitea/workflows/build-and-push.yml
Normal file
0
.gitea/workflows/build-and-push.yml
Normal 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("/login", {
|
const response = await fetch("/auth/login", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json"
|
"Content-Type": "application/json"
|
||||||
|
|||||||
Reference in New Issue
Block a user