Add SocketRouteBuilder and make Route.socket(...) return it

This commit is contained in:
2022-08-06 13:10:51 -05:00
parent ef405093dc
commit 4aa33e8dd2
4 changed files with 66 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ export * from './http/response/ViewResponseFactory'
export * from './http/response/FileResponseFactory'
export * from './http/response/RouteResponseFactory'
export * from './http/routing/SocketRouteBuilder'
export * from './http/routing/ActivatedRoute'
export * from './http/routing/Route'
export * from './http/routing/RouteGroup'