ywxzyy commited on
Commit
8cd0ea3
·
verified ·
1 Parent(s): ab9b7c3

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -177,7 +177,7 @@ function initializeServer() {
177
  app.use(middleware)
178
 
179
  app.get('/', (req, res) => {
180
- res.json({ status: 'active' })
181
  })
182
 
183
  app.listen(PORT, () => {
 
177
  app.use(middleware)
178
 
179
  app.get('/', (req, res) => {
180
+ res.json({ status: 'active', message: { greeting: "hello world" }})
181
  })
182
 
183
  app.listen(PORT, () => {