From 0c0bb50dade5fd369e50999ec9664e95c9cc5652 Mon Sep 17 00:00:00 2001 From: Naveenmorty <89334407+Naveenmorty@users.noreply.github.com> Date: Mon, 5 Sep 2022 12:37:26 +0530 Subject: [PATCH] Update app.js Fixed AB#4 --- app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index f63258880..94260feae 100644 --- a/app.js +++ b/app.js @@ -28,4 +28,5 @@ const server = app.listen(port, () => { console.log("Server started on port " + port); }); -module.exports = server; \ No newline at end of file +module.exports = server; +// Allow access