From 727f64e1162c7096a91a76d14ffd8abd7fec0b92 Mon Sep 17 00:00:00 2001 From: Stephanie Elluh <99142577+StephanieAda@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:39:57 +0000 Subject: [PATCH 1/8] Update index.html --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index c79856c..b8199aa 100644 --- a/public/index.html +++ b/public/index.html @@ -8,6 +8,6 @@ - shark + shark From 14855e5afe08dde7865475c1e827033908044e7b Mon Sep 17 00:00:00 2001 From: Stephanie Elluh <99142577+StephanieAda@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:05:18 +0000 Subject: [PATCH 2/8] Update index.html --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index b8199aa..c79856c 100644 --- a/public/index.html +++ b/public/index.html @@ -8,6 +8,6 @@ - shark + shark From 7d6112738c9c238bbd64dd9c99a06ffe0e72213e Mon Sep 17 00:00:00 2001 From: Stephanie Elluh <99142577+StephanieAda@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:07:56 +0000 Subject: [PATCH 3/8] Update index.html --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index c79856c..b8199aa 100644 --- a/public/index.html +++ b/public/index.html @@ -8,6 +8,6 @@ - shark + shark From 190cc9e8a214fc2a95d9d44e61d663bffac4d5fc Mon Sep 17 00:00:00 2001 From: BA Aliou Date: Tue, 10 Sep 2024 08:23:50 +0000 Subject: [PATCH 4/8] Update index.js From 78e26dc1021feb917000aea166eefdbf6f6fc8b9 Mon Sep 17 00:00:00 2001 From: BA Aliou Date: Wed, 11 Sep 2024 15:42:39 +0000 Subject: [PATCH 5/8] 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 357f287a554c8462fa4d269abdf56ba42eab48c2 Mon Sep 17 00:00:00 2001 From: BA Aliou Date: Thu, 26 Sep 2024 18:05:40 +0000 Subject: [PATCH 6/8] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 84677b8..ae6786c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ RUN npm install COPY . . EXPOSE 3000 -CMD [ "node", "index.js" ] \ No newline at end of file +CMD [ "node", "index.js" ] From 61aea1e071f6cdce5fbc53b1c1996d9ddd29968b Mon Sep 17 00:00:00 2001 From: BA Aliou Date: Thu, 3 Oct 2024 16:09:07 +0000 Subject: [PATCH 7/8] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56216d7..844b79b 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# nodejs \ No newline at end of file +# nodejs + From ce9d73e542276c353792753bdc21693a27c24214 Mon Sep 17 00:00:00 2001 From: Alex kabe <70829730+alexkabe@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:49:29 +0000 Subject: [PATCH 8/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 844b79b..76d8a3c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# nodejs +# nodejs app