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
/
restart.js
6 lines
(4 loc)
•
84 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
=
(
ctx
) =>
{ ctx.
whistleMgr
.
restart
(); ctx.
body
= {
ec
:
0
}; };