UNPKG

whistle.nohost

Version:

Nohost plugin for whistle

6 lines (5 loc) 139 B
module.exports = (ctx) => { const { testRules } = ctx.request.body; ctx.accountMgr.setTestRules(testRules); ctx.body = { ec: 0 }; };