Commit ea0e7b86 authored by qa_quantgroup's avatar qa_quantgroup

Merge branch 'master' of git.quantgroup.cn:QA/qa-deploy-utils

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