updated absensi, branch
This commit is contained in:
@@ -13,9 +13,4 @@ router.use('/attedances', AbsensRouter)
|
||||
router.use('/branches', BranchRouter)
|
||||
router.use('/user-management', userManagement)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
module.exports = router
|
||||
|
||||
@@ -33,8 +33,6 @@ router.post("/forgot-password", apiKey, function name(req, res) {
|
||||
controller.resetPassword(req, res, token);
|
||||
});
|
||||
|
||||
|
||||
|
||||
module.exports = router
|
||||
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@ router.post('/', apiKey, jwt, (req, res) => {
|
||||
controller.create(req, res)
|
||||
})
|
||||
|
||||
|
||||
router.get('/', apiKey, jwt, (req, res) => {
|
||||
controller.index(req, res)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user