Commit f39ab8ad authored by tywldx's avatar tywldx

fix

parent 2d441f5d
...@@ -282,7 +282,7 @@ admin.get('/get_project_config_from_db', function(req, res) { ...@@ -282,7 +282,7 @@ admin.get('/get_project_config_from_db', function(req, res) {
command_: "", command_: "",
command2: "", command2: "",
node_version: "", node_version: "",
port: projects[index]["port"], port: `${projects[index]["port"]}`,
desc: projects[index]["des"], desc: projects[index]["des"],
is_active: projects[index]["is_active"], is_active: projects[index]["is_active"],
auth: projects[index]["auth"], auth: projects[index]["auth"],
......
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