* fix: use :param{.+} instead of :param+ for hono
* fix: use two separate routes to simulate :param* in hono
It seems that hono does not support this route syntax. We can simulate
it via two separate routes.
See https://github.com/orgs/honojs/discussions/1536
* fix: use {} instead of () for regex in hono
* fix: revert changes to lib/router.js as it's still using koa router
* Revert "fix: use two separate routes to simulate :param* in hono"
This reverts commit b00a0a74a025939d0a59c3f8f7b3b7038c13f715.
* fix: use :param{.+}? to simulate :param*
* feat: add hint about trailing slash in error message