Skip to content

Commit 985b2ef

Browse files
changed users.js
1 parent e69ca81 commit 985b2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/routes/users.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const express = require('express')
22
const router = express.Router()
33

44
/* GET users listing. */
5-
router.get('/myusers', function (req, res, next) {
5+
router.get('/myuse', function (req, res, next) {
66
res.send('respond with a resource')
77
})
88

0 commit comments

Comments
 (0)