diff --git a/server/index.js b/server/index.js index 6684f43..7c52286 100644 --- a/server/index.js +++ b/server/index.js @@ -40,7 +40,7 @@ app.use((req, res, next) => { // Routes app.get('/api', (req, res) => { res.json({ - message: 'Welcome to the Enhanced Full-Stack API!', + message: 'World Hello', timestamp: new Date().toISOString(), version: '2.0.0', endpoints: {