From 50e9a1fb3b456691ea6a15b42c0957262c60087b Mon Sep 17 00:00:00 2001
From: arshiam2 <arshiam2@illinois.edu>
Date: Sat, 1 Dec 2018 15:00:19 -0600
Subject: [PATCH] streamming

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

diff --git a/sfds/index.js b/sfds/index.js
index 8772ca8..c540bfd 100644
--- a/sfds/index.js
+++ b/sfds/index.js
@@ -389,7 +389,7 @@ app.get("/master", function(req, res) {
 
 app.post("/spout", function(req, res) {
   console.log(res.body)
-  res.send(clients.join(", "));
+  res.send("got it");
 });
 
 
-- 
GitLab