UNPKG

whistle.nohost

Version:

Nohost plugin for whistle

6 lines (5 loc) 136 B
module.exports = (ctx) => { const { jsonData } = ctx.request.body; ctx.accountMgr.setJsonData(jsonData); ctx.body = { ec: 0 }; };