Skip to content

Commit

Permalink
I am updating the routes for the users.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mrudraia1 committed Jun 27, 2024
1 parent 3b16e7d commit 296f080
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 resource')
res.send('respond with a resource -- a sample text added to test PR')
})

module.exports = router

0 comments on commit 296f080

Please sign in to comment.