From 45af123bc74334548f8cfe89fb3a426bd731cbb9 Mon Sep 17 00:00:00 2001 From: Mkrtich <52213410+Mkrtich87@users.noreply.github.com> Date: Sat, 27 Jan 2024 13:49:27 -0500 Subject: [PATCH 1/3] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 541532ebe..0d097b8a5 100644 --- a/app.js +++ b/app.js @@ -2,7 +2,7 @@ const express = require('express'); const app = express(); const port = 8080; -app.get('/', (req, res) => res.send('Hello World!')); +app.get('/', (req, res) => res.send('You have power over your mind — not outside events!')); app.listen(port); console.log(`App running on http://localhost:${port}`); From 3aab40564023394622b363031e802bedbfaf8297 Mon Sep 17 00:00:00 2001 From: Mkrtich <52213410+Mkrtich87@users.noreply.github.com> Date: Sat, 27 Jan 2024 13:59:20 -0500 Subject: [PATCH 2/3] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 0d097b8a5..e3dc748a0 100644 --- a/app.js +++ b/app.js @@ -2,7 +2,7 @@ const express = require('express'); const app = express(); const port = 8080; -app.get('/', (req, res) => res.send('You have power over your mind — not outside events!')); +app.get('/', (req, res) => res.send('Hellow World!')); app.listen(port); console.log(`App running on http://localhost:${port}`); From 4c5a6a22d1b58d2d7a6905516073b0c9a33894cb Mon Sep 17 00:00:00 2001 From: Mkrtich87 Date: Sat, 27 Jan 2024 14:00:14 -0500 Subject: [PATCH 3/3] change message --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 541532ebe..0d097b8a5 100644 --- a/app.js +++ b/app.js @@ -2,7 +2,7 @@ const express = require('express'); const app = express(); const port = 8080; -app.get('/', (req, res) => res.send('Hello World!')); +app.get('/', (req, res) => res.send('You have power over your mind — not outside events!')); app.listen(port); console.log(`App running on http://localhost:${port}`);