From 71a555aeb973f55f662e9df1f6f16c07fc5e2d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 2 May 2018 15:15:48 +0200 Subject: [PATCH] v1.1 --- server.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/server.js b/server.js index c89dbc6..39e217b 100644 --- a/server.js +++ b/server.js @@ -22,14 +22,12 @@ router.get("/timeframe",function(req, res) { .end(); }); -/* router.get("/participants",function(req, res) { var response = [ "Mark", "Nicolas" ]; res.type('application/json') .send(JSON.stringify(response)) .end(); }); -*/ app.use("/",router);