From 28402205f26244cf27525dccf97dde70b3af8c7d Mon Sep 17 00:00:00 2001 From: sovushka Date: Sun, 2 Feb 2025 15:40:23 +0900 Subject: [PATCH] 02.02 --- server/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/index.js b/server/index.js index 65ccf7c..ea00442 100644 --- a/server/index.js +++ b/server/index.js @@ -41,5 +41,5 @@ app.listen(PORT, () => { app.get('/', (req, res) => { - res.send('Welcome to the homepage!'); + res.send('Welcome to the homepage'); }); \ No newline at end of file