exports.expressServer = function (hook_name, args, cb) { args.app.get('/testxx', function(req, res) { res.send("Testing testing"); }); }