mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
update document
This commit is contained in:
@@ -4,7 +4,7 @@ const { directGet } = require('../util/HttpUtil.js');
|
||||
|
||||
describe('WebInterface server', () => {
|
||||
let webServer = null;
|
||||
let webHost = 'http://127.0.0.1:8002';
|
||||
const webHost = 'http://127.0.0.1:8002'
|
||||
|
||||
beforeAll(() => {
|
||||
const recorder = new Recorder();
|
||||
@@ -27,4 +27,4 @@ describe('WebInterface server', () => {
|
||||
})
|
||||
.catch(done);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user