tae-bot 9 месяцев назад
Родитель
Сommit
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;