We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d7f62 commit 8c4aa07Copy full SHA for 8c4aa07
src/types/SocketControllersOptions.ts
@@ -8,8 +8,6 @@ export interface SocketControllersOptions {
8
9
port?: number;
10
11
- ioHttpServer?: any;
12
-
13
controllers?: Function[] | string[];
14
15
middlewares?: Function[] | string[];
0 commit comments