Reverting last commit

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-14 00:46:18 +02:00
parent 895b79e1b1
commit 699c1da6bb

View File

@@ -16,7 +16,7 @@ try{
requireHeader: ['origin', 'x-requested-with'], requireHeader: ['origin', 'x-requested-with'],
removeHeaders: ['cookie', 'cookie2'], removeHeaders: ['cookie', 'cookie2'],
httpsOptions: credentials httpsOptions: credentials
}).listen(8080, host, function() { }).listen(8080, function() {
console.log('Running CORS Anywhere on :' + 8080); console.log('Running CORS Anywhere on :' + 8080);
}); });
} }