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);