UNPKG

@moquyun/proxy

Version:

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

12 lines (10 loc) 194 B
module.exports = async (ctx) => { const { storage } = ctx; ctx.body = { ec: 0, admin: { username: storage.getAdmin().username, }, domain: storage.getDomain(), }; };