From add0a14da0cf608091edf1c503dc084591b67862 Mon Sep 17 00:00:00 2001 From: HimanshuHarinkhede <167709128+HimanshuHarinkhede@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:56:36 +0530 Subject: [PATCH] Update app.js --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index 541532ebe..ef9c14019 100644 --- a/app.js +++ b/app.js @@ -6,3 +6,4 @@ app.get('/', (req, res) => res.send('Hello World!')); app.listen(port); console.log(`App running on http://localhost:${port}`); +//this app was running at https