diff --git a/server.js b/server.js index 1df9544..0839dd8 100644 --- a/server.js +++ b/server.js @@ -3,7 +3,7 @@ import path from 'path'; const app= express(); - +//서버 app.listen(3000,function(){ console.log('listening on 3000') })