diff --git a/index.js b/index.js index 8fa918a..e4d1106 100644 --- a/index.js +++ b/index.js @@ -95,3 +95,5 @@ const port = process.env.PORT || serverPort; app.listen(port, () => { console.log(`This API application is currently running on Port ${port}`); }); + +