From 1013ff117695207674a28105d4c3d090150167d4 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 27 Dec 2019 18:57:08 -0500 Subject: [PATCH] Broke the index page. I can't believe I let that slip. --- index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.js b/index.js index 370623f..c74ca82 100644 --- a/index.js +++ b/index.js @@ -655,6 +655,9 @@ async function index (req, res, next) { } catch (err) { return next(err) } + + res.send(data) + return next() } function init () {