Skip to content

Commit

Permalink
Update users.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xykera authored Nov 27, 2024
1 parent 3b16e7d commit 27e2c5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/routes/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ router.get('/users', function (req, res, next) {
res.send('respond with a resource')
})

router.get('/', function(req, res, next){
res.send('hello')
})

module.exports = router

0 comments on commit 27e2c5d

Please sign in to comment.