use strict in all JS files

This commit is contained in:
azivner
2017-10-21 21:10:33 -04:00
parent aecd78b42b
commit dcdabe79d1
23 changed files with 49 additions and 2 deletions

2
app.js
View File

@@ -92,4 +92,6 @@ app.use(function (err, req, res, next) {
res.render('error');
});
require('./services/sync');
module.exports = app;