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