From b744f073156facd54f0ec378fa5bdc44aa160726 Mon Sep 17 00:00:00 2001 From: BA Aliou Date: Thu, 4 Jul 2024 13:40:49 +0000 Subject: [PATCH 1/4] Update index.html --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 8a4c6eb..c79856c 100644 --- a/public/index.html +++ b/public/index.html @@ -8,6 +8,6 @@ - shark + shark - \ No newline at end of file + From d59b82e8b391d5d58a325d9b40f400fb385e79f4 Mon Sep 17 00:00:00 2001 From: BA Aliou Date: Tue, 10 Sep 2024 08:37:46 +0000 Subject: [PATCH 2/4] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 357271f..6ddccea 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ const PORT = 3000; app.use(express.static('public')); app.get('/', (req, res) => { - res.send('Hello World!'); + res.send('Hello World 1!'); }); app.listen(PORT, () => console.log(`Server listening on port: ${PORT}`)); From a9eaa20bf981d29b0ed2327053a9c40cb4a298ab Mon Sep 17 00:00:00 2001 From: BA Aliou Date: Tue, 24 Sep 2024 22:10:36 +0000 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56216d7..3c7558b 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# nodejs \ No newline at end of file +# nodejs From 08c9c49f736708b77f02f0a7dd1bfd8138726265 Mon Sep 17 00:00:00 2001 From: BA Aliou Date: Wed, 25 Sep 2024 08:37:05 +0000 Subject: [PATCH 4/4] Update index.js