UNPKG

gracenode-server

Version:
5 lines (4 loc) 87 B
exports.GET = function (req, res) { res.header('url', req.url); res.json('here'); };