Your filesystem is the router
Drop a file in routes/. Its location is the URL. No route tables to register, no decorators to keep in sync.
routes/index.ts/routes/health.ts/healthroutes/users/index.ts/usersroutes/users/[id].ts/users/:idroutes/users/[id]/posts.ts/users/:id/postsOne file serves every verb: declare _get, _post, _put, _delete in the same module.