Skip to content

Commit

Permalink
Update user.router.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvincentoti authored Sep 7, 2022
1 parent 8b1d8a4 commit 0c639c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/users/user.router.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const { //We have to import all the controllers in the router
getVisitorByFullname,
getVisitorsNumber,
getVisitorsSignOutNumber,
updateVisitorClockout
updateVisitorClockout,
signedInVisitors,
clockoutTagNumber,
Expand Down Expand Up @@ -51,4 +50,4 @@ router.patch('/visitor/clockoutTagNumber', clockoutTagNumber);



module.exports = router;
module.exports = router;

0 comments on commit 0c639c0

Please sign in to comment.