UNPKG

whistle.nohost

Version:

Nohost plugin for whistle

6 lines (5 loc) 142 B
module.exports = (ctx) => { const { entryRules } = ctx.request.body; ctx.accountMgr.setEntryRules(entryRules); ctx.body = { ec: 0 }; };