Skip to content

Commit 16b76bc

Browse files
BackendExpertJehanKandyAnupa1998
committed
Update authRoute.js
Co-Authored-By: JehanKandy <jehankandy@gmail.com> Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com>
1 parent 2a47bee commit 16b76bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/Routes/authRoute.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ const router = express.Router()
55

66
router.post('/SignUp', authController.SignUp)
77
router.post('/SignIn', authController.SignIn)
8+
router.get('/CountUsers')
89

910
module.exports = router

0 commit comments

Comments
 (0)