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
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?