/* GET home page. */ exports.index = function(req, res){ res.send({"status": "ERROR", "error": "No index method, go away"}); };