exports.endpoint = function(req, res) { res.end("Hello, World!"); }