Added support for relative date ranges in segments

This commit is contained in:
Andris Reinman 2016-06-01 16:36:24 +03:00
parent 9bd6db2624
commit a229f80e22
11 changed files with 169 additions and 14 deletions

1
app.js
View file

@ -212,5 +212,4 @@ app.use((err, req, res, next) => {
});
});
module.exports = app;