wip: local portal changes (backup before disk cleanup)
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
}
|
||||
show("processing");
|
||||
try {
|
||||
const r = await fetch("/api/generate", {
|
||||
const r = await fetch("api/generate", {
|
||||
method: "POST",
|
||||
headers: { "Content-Type": "application/json" },
|
||||
body: JSON.stringify(payload),
|
||||
|
||||
Reference in New Issue
Block a user