Commit c8f09acf authored by tywldx's avatar tywldx

fix

parent c2968ea5
...@@ -268,8 +268,8 @@ admin.get('/get_systems_by_type',async function(req, res) { ...@@ -268,8 +268,8 @@ admin.get('/get_systems_by_type',async function(req, res) {
let fb = getfrontendbackend(pros); let fb = getfrontendbackend(pros);
res.send({ res.send({
common: "db,redis,rabbitmq,zookeeper", common: "db,redis,rabbitmq,zookeeper",
frontend: fb.frontend.join(" "), frontend: fb.frontend.join(","),
backend: fb.backend.join(" ") backend: fb.backend.join(",")
}); });
}); });
......
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