윤준현

changePortnumber

Showing 1 changed file with 1 additions and 1 deletions
......@@ -25,7 +25,7 @@ app.get('/keyboard', function(req,res){
});
//8080포트로 서버 접속
http.createServer(app).listen(8080, () => {
http.createServer(app).listen(9000, () => {
console.log('Server running..');
});
......