mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
feat: refact certMgr and httpsServerMgr into TS
This commit is contained in:
@@ -4,7 +4,7 @@ const koaBody = require('koa-body');
|
||||
const send = require('koa-send');
|
||||
const path = require('path');
|
||||
const https = require('https');
|
||||
const certMgr = require('../../lib/certMgr');
|
||||
const certMgr = require('../../lib/certMgr').default;
|
||||
const fs = require('fs');
|
||||
const nurl = require('url');
|
||||
const color = require('colorful');
|
||||
|
||||
Reference in New Issue
Block a user