UNPKG

@recipher/contact-service

Version:
9 lines (8 loc) 190 B
module.exports = function(middleware, errors) { return { post: function *(next) { this.status = 200; this.body = { message: this.request.body.message }; } }; };