MCPcopy
hub / github.com/browserless/browserless / addHTTPRoute

Method addHTTPRoute

src/browserless.ts:313–315  ·  view source on GitHub ↗
(httpRouteFilePath: string)

Source from the content-addressed store, hash-verified

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

Callers 1

startFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected