removed versioning, keeping old style, fixed mocking

This commit is contained in:
Josh Harvey 2014-07-05 15:34:58 -04:00
parent f924123bd9
commit b2e7ca6ad1
3 changed files with 14 additions and 30 deletions

View file

@ -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);