Fixed users missing resource

This commit is contained in:
Eldad Fux
2020-07-03 01:13:42 +03:00
parent 934ae8beac
commit fac1799e98
+1 -1
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')