v1.11.0
This commit is contained in:
parent
3fa0e109af
commit
9bd6db2624
13 changed files with 201 additions and 51 deletions
|
@ -410,6 +410,7 @@ router.post('/subscription/delete', passport.parseForm, passport.csrfProtection,
|
|||
});
|
||||
|
||||
router.post('/subscription/edit', passport.parseForm, passport.csrfProtection, (req, res) => {
|
||||
req.body['is-test'] = req.body['is-test'] ? '1' : '0';
|
||||
subscriptions.update(req.body.list, req.body.cid, req.body, true, (err, updated) => {
|
||||
|
||||
if (err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue