mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
Add dashboard filter.
This commit is contained in:
parent
fb78202139
commit
1a47f594c2
5 changed files with 85 additions and 17 deletions
|
|
@ -23,6 +23,7 @@ const schema = {
|
|||
id: yup.string().uuid().required(),
|
||||
}),
|
||||
};
|
||||
|
||||
export default async (
|
||||
req: NextApiRequestQueryBody<WebsiteRequestQuery, WebsiteRequestBody>,
|
||||
res: NextApiResponse<Website>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue