Commit a0d94373 authored by tywldx's avatar tywldx

fix

parent b98f6b6d
...@@ -302,7 +302,7 @@ admin.get('/get_systems_by_type_for_temp', async function(req, res) { ...@@ -302,7 +302,7 @@ admin.get('/get_systems_by_type_for_temp', async function(req, res) {
admin.get('/get_namespace_by_type_for_jenkins/:_type', async function(req, res) { admin.get('/get_namespace_by_type_for_jenkins/:_type', async function(req, res) {
let url = ""; let url = "";
if(req.params._type == "old"){ if(req.params._type == "old"){
url = "http://192.168.4.24/api/qahome/list_env" url = "http://192.168.6.13/api/qahome/list_env"
} }
let ns = await requestPromise({url:url,method:"GET"}); let ns = await requestPromise({url:url,method:"GET"});
ns = JSON.parse(ns); ns = JSON.parse(ns);
......
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