Adding some oganization features

This commit is contained in:
Miroslav Prasil
2018-04-20 17:35:11 +01:00
parent 5210f9b951
commit c5185ddb83
5 changed files with 202 additions and 12 deletions

View File

@@ -54,11 +54,16 @@ pub fn routes() -> Vec<Route> {
activate_authenticator,
disable_authenticator,
get_organization,
create_organization,
delete_organization,
get_user_collections,
get_org_collections,
get_org_collection_detail,
get_collection_users,
post_organization,
post_organization_collections,
post_organization_collection_update,
get_org_details,
get_org_users,
send_invite,
@@ -71,7 +76,8 @@ pub fn routes() -> Vec<Route> {
put_device_token,
get_eq_domains,
post_eq_domains
post_eq_domains,
]
}