removed versioning, keeping old style, fixed mocking
This commit is contained in:
parent
f924123bd9
commit
b2e7ca6ad1
3 changed files with 14 additions and 30 deletions
|
|
@ -20,6 +20,8 @@ if (!argv.http) {
|
|||
key: fs.readFileSync(argv.key),
|
||||
cert: fs.readFileSync(argv.cert)
|
||||
};
|
||||
|
||||
options.mock = argv.mock;
|
||||
}
|
||||
|
||||
var server = createServer(options);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue