mirror of
https://github.com/nfonteyne/octane-website.git
synced 2026-09-03 23:24:48 +02:00
fix: cant add multiple future rehersals
This commit is contained in:
parent
749abda8ba
commit
5e28345ed5
7 changed files with 196 additions and 35 deletions
|
|
@ -18,6 +18,13 @@ router.get(
|
|||
})
|
||||
);
|
||||
|
||||
router.get(
|
||||
'/upcoming',
|
||||
asyncHandler(async (req, res) => {
|
||||
res.json(await setlistsRepo.findUpcoming());
|
||||
})
|
||||
);
|
||||
|
||||
router.get(
|
||||
'/history',
|
||||
asyncHandler(async (req, res) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue