Commit 5c7e7a17 authored by tywldx's avatar tywldx

f

parent f505258f
...@@ -162,8 +162,8 @@ admin.get('/get_systems_by_type_for_temp', function (req, res) { ...@@ -162,8 +162,8 @@ admin.get('/get_systems_by_type_for_temp', function (req, res) {
python_str = String(python_str).split(/\s+/) python_str = String(python_str).split(/\s+/)
res.send({ res.send({
ui:ui_str, ui:ui_str,
java:java_str java:java_str,
node:node_str node:node_str,
python:python_str python:python_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