UNPKG

@moquyun/proxy

Version:

Multi-user & multi-env web debugging proxy based on whistle

7 lines (6 loc) 143 B
module.exports = async (ctx) => { ctx.body = { ec: 0 }; if (ctx.storage.setAdmin(ctx.request.body)) { ctx.whistleMgr.restart(); } };