Open karliatto opened 7 years ago
Approach B for:
in this approach using variable 'app' instead of requiring each module again in 'test/manager.js'
app.sessionStore = new MySQLStore(app.config.db);
This one seems better to me
Approach B for:
in this approach using variable 'app' instead of requiring each module again in 'test/manager.js'
This one seems better to me