MyFSIO v0.4.1 Release #34

Merged
kqjy merged 11 commits from next into main 2026-03-25 04:29:28 +00:00
Showing only changes of commit 0e525713b1 - Show all commits

View File

@@ -1514,7 +1514,7 @@
}; };
const response = await fetch(endpoint, { const response = await fetch(endpoint, {
method: 'POST', method: 'POST',
headers: { 'Content-Type': 'application/json' }, headers: { 'Content-Type': 'application/json', 'X-CSRFToken': window.getCsrfToken ? window.getCsrfToken() : '' },
body: JSON.stringify(payload), body: JSON.stringify(payload),
}); });
const data = await response.json(); const data = await response.json();