mirror of
https://github.com/umami-software/umami.git
synced 2026-02-17 19:15:37 +01:00
Add query types.
This commit is contained in:
parent
dcf8b2edaa
commit
cbe1a21e67
5 changed files with 31 additions and 10 deletions
|
|
@ -19,6 +19,7 @@ export default async (
|
|||
) => {
|
||||
await useCors(req, res);
|
||||
await useAuth(req, res);
|
||||
|
||||
const { user } = req.auth;
|
||||
const { id: userId, page, filter, pageSize, includeTeams } = req.query;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue