Skip to content
Snippets Groups Projects
Commit 50e9a1fb authored by arshiam2's avatar arshiam2
Browse files

streamming

parent 2fb6c197
No related branches found
No related tags found
No related merge requests found
Pipeline #80705 canceled
......@@ -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");
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment