From cd54fc6782addb6a9b2b93e5f8cf00d11e17fa5f Mon Sep 17 00:00:00 2001 From: denys Date: Fri, 28 Dec 2018 15:49:57 +0200 Subject: [PATCH] test commit --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index fe98637..61580e3 100644 --- a/index.js +++ b/index.js @@ -22,6 +22,7 @@ app.use(function (err, req, res, next) { res.status(500); res.json({ error: err }); } + ); app.listen(5002, () => {