|
|
|
@ -22,14 +22,13 @@ router.get("/timeframe",function(req, res) { |
|
|
|
.end(); |
|
|
|
}); |
|
|
|
|
|
|
|
/* |
|
|
|
router.get("/participants",function(req, res) { |
|
|
|
var response = [ "Manfred", "Nicolas" ]; |
|
|
|
res.type('application/json') |
|
|
|
.send(JSON.stringify(response)) |
|
|
|
.end(); |
|
|
|
}); |
|
|
|
*/ |
|
|
|
|
|
|
|
app.use("/",router); |
|
|
|
|
|
|
|
app.use("*",function(req, res) { |
|
|
|
|