Return proper error message for org reinvite

This commit is contained in:
janost
2018-10-05 11:38:02 +02:00
parent 7112c86471
commit c29bc9309a
2 changed files with 6 additions and 0 deletions

View File

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