mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-12 16:55:04 +02:00
Use relative links
This commit is contained in:
parent
b73efa7b28
commit
9e18b8940f
5 changed files with 5 additions and 5 deletions
|
|
@ -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),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue