Implement leave organization (accessed from the bottom of the user's settings page)

This commit is contained in:
Daniel García
2018-07-11 16:30:03 +02:00
parent e88d8c856d
commit 1cb67eee69
2 changed files with 24 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ pub fn routes() -> Vec<Route> {
get_organization,
create_organization,
delete_organization,
leave_organization,
get_user_collections,
get_org_collections,
get_org_collection_detail,