Browse Source

fix data

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

2
server.js

@ -16,7 +16,7 @@ router.get("/location", function(req, res) {
}); });
router.get("/timeframe",function(req, res) { router.get("/timeframe",function(req, res) {
var response = { "From": "13/11/2018", "To": "13/11/2018" }; var response = { "From": "19/02/2019", "To": "19/02/2019" };
res.type('application/json') res.type('application/json')
.send(JSON.stringify(response)) .send(JSON.stringify(response))
.end(); .end();

Loading…
Cancel
Save