Commit 16200330 authored by tywldx's avatar tywldx

fi

parent 3755765a
......@@ -64,6 +64,7 @@ admin.post('/add_new_proxy', function (req, res) {
});
admin.post('/remove_proxy', function (req, res) {
let request = req.body;
var str = String(execSync(`cat ../ngrok/docker_env_name.sh`)).replace(/\n/,"");
var sourcestr;
var reg = new RegExp(request["namespace"] + "\\|\\d*\\.\\d*\\.\\d*\\.\\d*");
......
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