Merge with Xamora

This commit is contained in:
2024-01-24 16:14:15 +01:00
15 changed files with 798 additions and 153 deletions

View File

@ -148,7 +148,7 @@ class Client
async _patch_json(uri, data)
{
let response = await fetch(this._url + uri, {
method: "PATCH",
ethod: "PATCH",
headers: {
"X-CSRFToken": getCookie("csrftoken"),
"Content-Type": "application/json",