Skip to content

Commit 57adec8

Browse files
committed
Update registry.ts
1 parent e1e911a commit 57adec8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: host/registry.ts

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ function addHandler(type: keyof HandlerTypes, handler: HttpHandler) {
2121
}
2222

2323
export function getHandlers(type: keyof HandlerTypes) {
24+
console.log("All handlers: ", handlers)
2425
return (handlers[type] ?? []) as HttpHandler[]
2526
}
2627

0 commit comments

Comments
 (0)