UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

7 lines 208 B
module.exports = function container (get, set) { return get('controller')() .get('/dashboard', function (req, res, next) { res.vars.is_dashboard = true res.render('dashboard/index') }) }