1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

Fixed users missing resource

This commit is contained in:
Eldad Fux 2020-07-03 01:13:42 +03:00
parent 934ae8beac
commit fac1799e98

View file

@ -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')