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