Routes can be grouped in Hono: [https://hono.dev/docs/api/routing#grouping](<https://hono.dev/docs/api/routing#grouping>)<br><br>Route grouping however, creates a new Hono instance where `.use()` (what is used for adding middleware) is no longer patched.
Routes can be grouped in Hono: https://hono.dev/docs/api/routing#grouping
Route grouping however, creates a new Hono instance where
.use()(what is used for adding middleware) is no longer patched.