changed fetch urls
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user