Skip to content

Commit 4180efc

Browse files
author
Tera
authored
Update websocket-proxy.js
1 parent 8e978f5 commit 4180efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/websocket/websocket-proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626

2727
import { debug } from 'node:util';
28-
import { createServer } from '../../lib/http-proxy';
28+
import { createServer } from '../../src/index';
2929
import { Server } from 'socket.io';
3030
import { io } from 'socket.io-client';
3131
import { getPort } from '../helpers/port';

0 commit comments

Comments
 (0)