Skip to content

Commit db36b83

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 4744dfa commit db36b83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/Routes/authRoute.js

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

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

109
module.exports = router

0 commit comments

Comments
 (0)