Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuatrai committed Jun 8, 2024
1 parent a191e61 commit 9d1b03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/routes/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const router = express.Router()

/* GET users listing. */
router.get('/users', function (req, res, next) {
res.send('respond with a user resource')
res.send('respond with a resource')
})

module.exports = router

0 comments on commit 9d1b03e

Please sign in to comment.