export function get(req, res) { res.writeHead(200, { 'Content-Type': 'application/json' }); res.end(JSON.stringify( "I'm afraid I just blue myself" )); }