MCPcopy
hub / github.com/graphile/starter / getWebsocketMiddlewares

Function getWebsocketMiddlewares

@app/server/src/app.ts:19–23  ·  view source on GitHub ↗
(
  app: Express
)

Source from the content-addressed store, hash-verified

17}
18
19export function getWebsocketMiddlewares(
20 app: Express
21): Middleware<express.Request, express.Response>[] {
22 return app.get("websocketMiddlewares");
23}
24
25export async function makeApp({
26 httpServer,

Callers 4

installPassport.tsFile · 0.90
installSession.tsFile · 0.90
installPostGraphileFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected