From a6a19ad4fa161cd371ad1f59428f7273649eeb76 Mon Sep 17 00:00:00 2001 From: zeus Date: Thu, 10 Dec 2020 20:45:33 +0200 Subject: [PATCH] add rest --- swarmlab-app/src/run/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/swarmlab-app/src/run/app.js b/swarmlab-app/src/run/app.js index a1a75f3..4f4369c 100755 --- a/swarmlab-app/src/run/app.js +++ b/swarmlab-app/src/run/app.js @@ -406,6 +406,7 @@ cors(corsOptions), (req, res, next) => { RES.error_msg = "ok" RES.data = item RES.dataserver = resdataarray + RES.reslab = reslab RES.dataservertmp = resdata res.json(RES) })