Closed rymsha closed 3 years ago
but did not offer easy solution to have same handler for /app and /app/{path:.+}
/app
/app/{path:.+}
The idea is to allow array of patterns
router.route('GET', ['/app','/app/{path:.+}'], function(req) { ... });
37 improved slash handling
but did not offer easy solution to have same handler for
/app
and/app/{path:.+}
The idea is to allow array of patterns