IRouterApi.group(prefix: string,configure: (router: IRouterApi) => void): void
Creates a route group: routes registered inside the callback share the prefix and any group middleware.
configure: (router: IRouterApi) => void
Receives a router scoped to the prefix