UNPKG

whistle.nohost

Version:

Nohost plugin for whistle

5 lines (3 loc) 95 B
module.exports = (ctx) => { ctx.body = { ec: 0, list: ctx.accountMgr.getAllAccounts() }; };