mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
upload org icon
This commit is contained in:
@@ -50,6 +50,7 @@ const main = async () => {
|
||||
"/organisation/by-id": withCors(withAuth(routes.organisationById)),
|
||||
"/organisation/update": withCors(withAuth(withCSRF(routes.organisationUpdate))),
|
||||
"/organisation/delete": withCors(withAuth(withCSRF(routes.organisationDelete))),
|
||||
"/organisation/upload-icon": withCors(withAuth(withCSRF(routes.organisationUploadIcon))),
|
||||
"/organisation/add-member": withCors(withAuth(withCSRF(routes.organisationAddMember))),
|
||||
"/organisation/members": withCors(withAuth(routes.organisationMembers)),
|
||||
"/organisation/remove-member": withCors(withAuth(withCSRF(routes.organisationRemoveMember))),
|
||||
|
||||
Reference in New Issue
Block a user