Browse Source

before pipeline run

master
Nicolas Massé 7 years ago
committed by GitHub
parent
commit
e86b871609
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      server.js

3
server.js

@ -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) {

Loading…
Cancel
Save