Use relative links

This commit is contained in:
Joscha 2024-05-06 23:06:34 +02:00
parent b73efa7b28
commit 9e18b8940f
5 changed files with 5 additions and 5 deletions

View file

@ -29,7 +29,7 @@ submit.addEventListener("click", async () => {
try {
showStatus("Generiere...");
const response = await fetch("/", {
const response = await fetch(".", {
method: "post",
body: new URLSearchParams(data),
});