changed fetch urls

This commit is contained in:
2026-01-20 19:23:53 +01:00
parent 28c9095069
commit 5052b3e83a
3 changed files with 4 additions and 4 deletions

View File

@@ -121,7 +121,7 @@ export const MainForm = () => {
: null,
};
const response = await fetch("http://localhost:8004/default/frontend", {
const response = await fetch("/backend/default/frontend", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify(payload),