Commit a25e1c64 authored by tywldx's avatar tywldx

fix

parent 262938db
...@@ -203,7 +203,10 @@ admin.post('/remove_proxy', function (req, res) { ...@@ -203,7 +203,10 @@ admin.post('/remove_proxy', function (req, res) {
execSync(`echo "${s}" > ../ngrok/docker_env_name.sh`) execSync(`echo "${s}" > ../ngrok/docker_env_name.sh`)
cproc.exec("../ngrok/make_frp_ini_V2.sh"); cproc.exec("../ngrok/make_frp_ini_V2.sh");
res.setHeader("Content-Type","application/json"); res.setHeader("Content-Type","application/json");
res.send({msg:"执行完成"}); res.send({
"details": {},
"success": true
});
}); });
// 获取现有映射关系 // 获取现有映射关系
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment