fix(assets): missing closing }); on POST / route (syntax error)
This commit is contained in:
parent
07f8ffa6d5
commit
5edb4df35a
1 changed files with 1 additions and 0 deletions
|
|
@ -205,6 +205,7 @@ router.post('/', async (req, res, next) => {
|
||||||
}
|
}
|
||||||
next(err);
|
next(err);
|
||||||
}
|
}
|
||||||
|
});
|
||||||
|
|
||||||
// POST /cleanup-live
|
// POST /cleanup-live
|
||||||
router.post('/cleanup-live', async (req, res, next) => {
|
router.post('/cleanup-live', async (req, res, next) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue