은승우

git.js

Showing 1 changed file with 0 additions and 1 deletions
......@@ -14,7 +14,6 @@ cert: cert,
ca: ca
}, app).listen(80,()=>{
console.log('server on 80');
console.log(status)
});
https.createServer({
......