import and export

This commit is contained in:
2026-05-07 17:42:46 +03:00
parent 8cf1dd9bfd
commit 639ee895cd
10 changed files with 343 additions and 86 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ export function apiPost(url, body, options = {}) {
"X-CSRF-TOKEN": document.querySelector('meta[name="csrf-token"]').content,
...options.headers,
},
});
}).then((r) => r.json());
}
export function apiGet(url, options = {}) {