query params
How can i access query params in api routes? Only path params are documented
2 Replies
dependent-tan•7mo 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
fascinating-indigo•7mo ago
exactly
for API routes you need to handle it yourself like that