Implement organization import for admins and owners (Fixes #178)

This commit is contained in:
Daniel García
2018-09-13 15:16:24 +02:00
parent 4d2c6e39b2
commit f397f0cbd0
3 changed files with 80 additions and 14 deletions

View File

@@ -110,6 +110,7 @@ pub fn routes() -> Vec<Route> {
put_organization_user,
delete_user,
post_delete_user,
post_org_import,
clear_device_token,
put_device_token,