refactoe
This commit is contained in:
parent
4907dc91f7
commit
44a01c4b5a
5 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
import * as http from 'http';
|
||||
import * as http from 'node:http';
|
||||
import * as websocket from 'websocket';
|
||||
|
||||
import MainStreamConnection from './stream/index.js';
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
|
||||
import * as fs from 'node:fs';
|
||||
import * as http from 'http';
|
||||
import * as http from 'node:http';
|
||||
import Koa from 'koa';
|
||||
import Router from '@koa/router';
|
||||
import mount from 'koa-mount';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue