Feat/controllers - refactor entire backend and new admin interface #75

Merged
KevinMidboe merged 117 commits from feat/controllers into master 2021-02-19 00:19:52 +00:00
Showing only changes of commit 56d2513a9c - Show all commits

View File

@@ -91,7 +91,7 @@ const groupByDate = (req, res) => {
} }
return historyRepository return historyRepository
.groupedByDate(includeWines == "true", sort) .groupByDate(includeWines == "true", sort)
.then(lotteries => .then(lotteries =>
res.send({ res.send({
lotteries: lotteries, lotteries: lotteries,