Small fix.

This commit is contained in:
Sebastian Bartus-Kunz 2016-06-10 15:08:33 +02:00
parent 957482bc9b
commit f3490fc6ce

View File

@ -1398,7 +1398,7 @@ $app->get('/account/locked', 'getLockedDocuments');
$app->post('/accounts', 'createAccount');
$app->get('/accounts/:id', 'getAccountById');
$app->put('/accounts/:id/disable', 'setDisabledAccount');
$app->get('/accounts/:id/password', 'changeAccountPassword');
$app->put('/accounts/:id/password', 'changeAccountPassword');
$app->post('/groups', 'createGroup');
$app->get('/groups/:id', 'getGroup');
$app->put('/groups/:id/addUser', 'addUserToGroup');