Merge remote-tracking branch 'upstream/master' into development
This commit is contained in:
commit
7750232716
18 changed files with 558 additions and 344 deletions
|
@ -150,7 +150,6 @@ router.getAsync('/subscriptions/:listId', async (req, res) => {
|
|||
});
|
||||
});
|
||||
|
||||
|
||||
router.getAsync('/lists/:email', async (req, res) => {
|
||||
const lists = await subscriptions.getListsWithEmail(req.context, req.params.email);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue