WebSocketAPI - v1.1.5-1 › Globals › "registerExpress"
▸ registerExpress(app: Application, route: string, settings: SettingsInterface): void
Defined in lib/registerExpress.ts:13
Register the get and post requests from express
Parameters:
| Name | Type | Description |
|---|---|---|
app |
Application | The express app |
route |
string | - |
settings |
SettingsInterface | - |
Returns: void