mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-25 03:20:21 +01:00
Merge remote-tracking branch 'origin/analytics' into analytics
This commit is contained in:
commit
98989a6010
@ -43,13 +43,7 @@ export default async (
|
||||
return unauthorized(res);
|
||||
}
|
||||
|
||||
const { page, query, pageSize } = req.query;
|
||||
|
||||
const websites = await getTeamWebsites(teamId, {
|
||||
page,
|
||||
query,
|
||||
pageSize,
|
||||
});
|
||||
const websites = await getTeamWebsites(teamId, req.query);
|
||||
|
||||
return ok(res, websites);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user