Skip to content

Commit 3ba5d3a

Browse files
committed
Added regex routes in the merge function
1 parent fc32593 commit 3ba5d3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/event-handler/src/rest/RouteHandlerRegistry.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ class RouteHandlerRegistry {
210210
const routes = [
211211
...routeHandlerRegistry.#staticRoutes.values(),
212212
...routeHandlerRegistry.#dynamicRoutes,
213+
...routeHandlerRegistry.#regexRoutes.values(),
213214
];
214215
for (const route of routes) {
215216
this.register(

0 commit comments

Comments
 (0)