makeMiddlewares
1function makeMiddlewares(connection: WebhookConnection, server: Express): voidMakes the middlewares for the webhook.
Parameters
| Parameter | Type | Description |
|---|---|---|
connection | WebhookConnection | The connection to make the middlewares for. |
server | Express | The express server to use. |
Returns
void
Source
twitchfy/packages/eventsub/src/webhook/util/makeMiddlewares.ts:20