윤준현

changePortnumber

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