H
Hono5mo ago
cococore

how check the param is present. const my_id = c.req.param('id')

Is there preferable way to check const my_id = c.req.param('id') is present in parameters of request?
1 Reply
cococore
cococoreOP5mo ago
Finally it was solved, because extension raise the error automatically if requested parameter not in pattern of the handler url how to mark it as solved?

Did you find this page helpful?