UNPKG
@moquyun/proxy
Version:
latest (1.0.0)
1.0.0
Multi-user & multi-env web debugging proxy based on whistle
gitee.com/moquyun/nohost
@moquyun/proxy
/
lib
/
main
/
cgi
/
setAdmin.js
7 lines
(6 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= async (ctx) => { ctx.body = { ec:
0
};
if
(ctx.storage.setAdmin(ctx.request.body)) { ctx.whistleMgr.restart(); } };