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