mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
Small fix.
This commit is contained in:
parent
957482bc9b
commit
f3490fc6ce
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue
Block a user