query params
How can i access query params in api routes? Only path params are documented
2 Replies
environmental-rose•4mo ago
I think that TSS does not have something specific for search params, but you could use the request object
and validate with zod or valibot if you want
constant-blue•4mo ago
exactly
for API routes you need to handle it yourself like that