user permissions

This commit is contained in:
2025-07-19 13:38:58 +02:00
parent ec8e73507c
commit 496d5bdb2b
30 changed files with 1384 additions and 195 deletions

View File

@@ -11,5 +11,7 @@ export function getApiHeaders(
}
}
headers['content-type'] = 'application/json';
return headers;
}