Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vovazolotoy committed Sep 28, 2011
1 parent c7dbd79 commit 7aed3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/bootstrap.js
Expand Up @@ -29,7 +29,7 @@ var options = {
key: require('fs').readFileSync(DOCROOT + '/certs/server.key'),
cert: require('fs').readFileSync(DOCROOT + '/certs/server.crt')
};

require('https').createServer(options, function (req, res) {
testList(req, res);
}).listen(8002);

0 comments on commit 7aed3e8

Please sign in to comment.