This commit is contained in:
2025-02-02 15:40:23 +09:00
parent 26d087c59c
commit 28402205f2

View File

@@ -41,5 +41,5 @@ app.listen(PORT, () => {
app.get('/', (req, res) => {
res.send('Welcome to the homepage!');
res.send('Welcome to the homepage');
});