Add ability to list video imports
This commit is contained in:
parent
299474e827
commit
ed31c05985
17 changed files with 283 additions and 19 deletions
|
@ -152,7 +152,7 @@ app.use(function (err, req, res, next) {
|
|||
error = err.stack || err.message || err
|
||||
}
|
||||
|
||||
logger.error('Error in controller.', { error })
|
||||
logger.error('Error in controller.', { err: error })
|
||||
return res.status(err.status || 500).end()
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue