UNPKG

heroku-debug

Version:
7 lines (5 loc) 104 B
'use strict' module.exports = function * () { this.status = 404 this.body = {error: 'Not found'} }