`HttpRouter.mountApp` Prefix Matching Behavior
Is it intended that
HttpRouter.mountApp matches on all prefixes? Example HttpRouter.mountApp('/child') also matches on /child1 I would have expected that it would only match on /child or /child/*