Named collection of related route registrations.
Route groups colocate feature routes and can apply scoped route hooks to every route in the group. defineRoutes(...) flattens them before server registration while preserving those hooks.
defineRoutes(...)
Optional
Hooks applied to every route in this group.
Internal marker used by defineRoutes(...).
Human-readable group name.
Route definitions in this group.
Named collection of related route registrations.
Route groups colocate feature routes and can apply scoped route hooks to every route in the group.
defineRoutes(...)flattens them before server registration while preserving those hooks.