From 7a693ec9d68a78ae16134bc60841981356f8ff75 Mon Sep 17 00:00:00 2001
From: arshiam2 <arshiam2@illinois.edu>
Date: Sat, 1 Dec 2018 22:29:36 -0600
Subject: [PATCH] update

---
 sfds/index.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sfds/index.js b/sfds/index.js
index 07819f9..7e73c74 100644
--- a/sfds/index.js
+++ b/sfds/index.js
@@ -419,7 +419,8 @@ app.get("/sink", function(req, res) {
 app.post("/getSecond", function(req, res) {
   // console.log("spout got: " + req.body.state);
   // queue.push(req.body);
-  res.send("second");
+  // clients
+  res.send(clients);
 });
 
 round_robin = 0;
-- 
GitLab