mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fixed users missing resource
This commit is contained in:
@@ -282,7 +282,7 @@ App::get('/v1/users/:userId/sessions')
|
||||
}
|
||||
|
||||
$response->json($sessions);
|
||||
}, ['response', 'projectDB', 'locale']);
|
||||
}, ['response', 'projectDB', 'locale', 'geodb']);
|
||||
|
||||
App::get('/v1/users/:userId/logs')
|
||||
->desc('Get User Logs')
|
||||
|
||||
Reference in New Issue
Block a user