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 fc32593 commit 3ba5d3aCopy full SHA for 3ba5d3a
packages/event-handler/src/rest/RouteHandlerRegistry.ts
@@ -210,6 +210,7 @@ class RouteHandlerRegistry {
210
const routes = [
211
...routeHandlerRegistry.#staticRoutes.values(),
212
...routeHandlerRegistry.#dynamicRoutes,
213
+ ...routeHandlerRegistry.#regexRoutes.values(),
214
];
215
for (const route of routes) {
216
this.register(
0 commit comments