tae-bot 9 miesięcy temu
rodzic
commit
425da7d42d
1 zmienionych plików z 1 dodań i 1 usunięć
  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;