Creates a mountable Express Router (a complete middleware and routing system, often called a "mini-app"). Includes the optional route-parameter rewriting applied via route_rewriter, so :id?-style routes are registered as both /:id and / variants.
route_rewriter
:id?
/:id
/
Creates a mountable Express Router (a complete middleware and routing system, often called a "mini-app"). Includes the optional route-parameter rewriting applied via
route_rewriter, so:id?-style routes are registered as both/:idand/variants.