mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
DEV :: cros
This commit is contained in:
parent
243e2cfba7
commit
edce3c5223
1 changed files with 0 additions and 1 deletions
|
|
@ -48,7 +48,6 @@ export default async (
|
||||||
req: NextApiRequestQueryBody<WebsiteStatsRequestQuery>,
|
req: NextApiRequestQueryBody<WebsiteStatsRequestQuery>,
|
||||||
res: NextApiResponse<WebsiteStats>,
|
res: NextApiResponse<WebsiteStats>,
|
||||||
) => {
|
) => {
|
||||||
await useCors(req, res);
|
|
||||||
await useAuth(req, res);
|
await useAuth(req, res);
|
||||||
await useValidate(schema, req, res);
|
await useValidate(schema, req, res);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue