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 8e978f5 commit 4180efcCopy full SHA for 4180efc
examples/websocket/websocket-proxy.js
@@ -25,7 +25,7 @@
25
*/
26
27
import { debug } from 'node:util';
28
-import { createServer } from '../../lib/http-proxy';
+import { createServer } from '../../src/index';
29
import { Server } from 'socket.io';
30
import { io } from 'socket.io-client';
31
import { getPort } from '../helpers/port';
0 commit comments