diff --git a/server.js b/server.js index 51899a0..e2e21aa 100644 --- a/server.js +++ b/server.js @@ -29,7 +29,7 @@ app.use(bodyParser.urlencoded({ // Scripte einbinden var app_cfg = require('./server/app_cfg.js'); var sql_cfg = require('./server/sql_cfg')(fs, bcrypt, app_cfg); -var sql = require('./server/sql_qry')(sql_cfg, async) +var sql = require('./server/sql_qry')(sql_cfg, async, app_cfg) var waip_io = require('./server/waip_io')(io, sql, async, app_cfg); var udp = require('./server/udp')(app_cfg, waip_io, sql); var auth = require('./server/auth')(app, app_cfg, sql_cfg, async, bcrypt, passport, io);