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

+ 1 - 1
app.js

@@ -59,4 +59,4 @@ app.use(function(err, req, res, next) {
 
 connect();
 
-export {app};
+module.exports = app;