UNPKG

@nohost/server

Version:

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

6 lines (4 loc) 84 B
module.exports = (ctx) => { ctx.whistleMgr.restart(); ctx.body = { ec: 0 }; };