tae-bot 9 сар өмнө
parent
commit
d730b31886
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      app.js

+ 2 - 0
app.js

@@ -59,4 +59,6 @@ app.use(function(err, req, res, next) {
 
 connect();
 
+app.listen(3000, () => console.log("Server ready on port 3000."));
+
 module.exports = app;