We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b16e7d commit 27e2c5dCopy full SHA for 27e2c5d
web/routes/users.js
@@ -6,4 +6,8 @@ router.get('/users', function (req, res, next) {
6
res.send('respond with a resource')
7
})
8
9
+router.get('/', function(req, res, next){
10
+ res.send('hello')
11
+})
12
+
13
module.exports = router
0 commit comments