mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 06:07:17 +01:00
Refactored batch route.
This commit is contained in:
parent
3f00d88668
commit
a8835f385e
4 changed files with 42 additions and 44 deletions
|
|
@ -21,7 +21,7 @@ const schema = z.object({
|
|||
referrer: urlOrPathParam.optional(),
|
||||
screen: z.string().max(11).optional(),
|
||||
title: z.string().optional(),
|
||||
url: urlOrPathParam,
|
||||
url: urlOrPathParam.optional(),
|
||||
name: z.string().max(50).optional(),
|
||||
tag: z.string().max(50).optional(),
|
||||
ip: z.string().ip().optional(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue