Broke the index page. I can't believe I let that slip.

This commit is contained in:
mmcwilliams 2019-12-27 18:57:08 -05:00
parent 07229c7925
commit 1013ff1176
1 changed files with 3 additions and 0 deletions

View File

@ -655,6 +655,9 @@ async function index (req, res, next) {
} catch (err) {
return next(err)
}
res.send(data)
return next()
}
function init () {