UNPKG

gracenode-server

Version:
10 lines (9 loc) 211 B
module.exports.GET = function (req, res) { res.html('not found'); }; module.exports.POST = function (req, res) { res.html('not found'); }; module.exports.PUT = function (req, res) { res.html('not found'); };