(httpRouteFilePath: string)
| 311 | } |
| 312 | |
| 313 | public addHTTPRoute(httpRouteFilePath: string) { |
| 314 | this.httpRouteFiles.push(httpRouteFilePath); |
| 315 | } |
| 316 | |
| 317 | public addWebSocketRoute(webSocketRouteFilePath: string) { |
| 318 | this.webSocketRouteFiles.push(webSocketRouteFilePath); |