updated absensi

This commit is contained in:
2025-10-15 15:25:11 +07:00
parent 96d206d892
commit 9389edf24d
5 changed files with 108 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ router.put('/:id', apiKey, jwt, (req, res) => {
controller.update(req, res)
})
router.put('/:id', apiKey, jwt, (req, res) => {
router.delete('/:id', apiKey, jwt, (req, res) => {
controller.destroy(req, res)
})