mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
forgot to remove some server_2
This commit is contained in:
@@ -32,10 +32,6 @@ try{
|
|||||||
}).listen(8081, function() {
|
}).listen(8081, function() {
|
||||||
console.log('Running CORS Anywhere on :' + 8081);
|
console.log('Running CORS Anywhere on :' + 8081);
|
||||||
});
|
});
|
||||||
|
|
||||||
server_2.listen(8080, function () {
|
|
||||||
console.log('Server listening at port %d', port);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
catch(err){
|
catch(err){
|
||||||
console.log("Starting without https (probably on localhost)");
|
console.log("Starting without https (probably on localhost)");
|
||||||
|
|||||||
Reference in New Issue
Block a user