Commit 9406abed authored by tywldx's avatar tywldx

fix

parent fea59212
......@@ -162,7 +162,7 @@ admin.get('/get_systems_by_type', function (req, res) {
var server_str = `${String(java_str)} ${String(node_str)} ${String(python_str)}`
server_str = server_str.replace(/\s+/g,",").replace(/\n/g,"").slice(0, -1);;
res.send({
common:"db redis rabbitmq zookeeper",
common:"db,redis,rabbitmq,zookeeper",
frontend:ui_str,
backend:server_str
});
......
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