From ed9746f1eb0e63b3a10a8613a849167a7a0202db Mon Sep 17 00:00:00 2001 From: Thatskat <109633947+Thatskat@users.noreply.github.com> Date: Wed, 19 Jul 2023 14:54:27 +1000 Subject: [PATCH] finalised index.js --- index.js | 2 ++ 1 file changed, 2 insertions(+) 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}`); }); + +