We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51bae3 commit 2e33770Copy full SHA for 2e33770
bench/run.js
@@ -17,7 +17,7 @@ const routes = [
17
{ method: 'GET', url: '/map/:location/events' },
18
{ method: 'GET', url: '/status' },
19
{ method: 'GET', url: '/very/deeply/nested/route/hello/there' },
20
- { method: 'GET', url: '/static/(.*)' }
+ { method: 'GET', url: '/static/{/*path}' }
21
];
22
23
function noop() {}
0 commit comments