org export as json

This commit is contained in:
2026-01-30 00:30:50 +00:00
parent abc3568800
commit f469d43c8e
7 changed files with 168 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ const main = async () => {
"/organisation/create": withGlobalAuthed(withAuth(withCSRF(routes.organisationCreate))),
"/organisation/by-id": withGlobalAuthed(withAuth(routes.organisationById)),
"/organisation/export": withGlobalAuthed(withAuth(routes.organisationExport)),
"/organisation/update": withGlobalAuthed(withAuth(withCSRF(routes.organisationUpdate))),
"/organisation/delete": withGlobalAuthed(withAuth(withCSRF(routes.organisationDelete))),
"/organisation/upload-icon": withGlobalAuthed(withAuth(withCSRF(routes.organisationUploadIcon))),