Commit c07e0ad3 authored by tywldx's avatar tywldx

add

parent fd3c80cd
...@@ -310,7 +310,7 @@ admin.get('/get_systems_by_type', async function (req, res) { ...@@ -310,7 +310,7 @@ admin.get('/get_systems_by_type', async function (req, res) {
let pros = configs.projects; let pros = configs.projects;
let fb = getfrontendbackend(pros); let fb = getfrontendbackend(pros);
res.send({ res.send({
common: "db,redis,rabbitmq,zookeeper", common: "db,redis,rabbitmq,zookeeper,kong,postgres",
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