Skip to content

Commit

Permalink
Update user.controller.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvincentoti authored Sep 7, 2022
1 parent 0c639c0 commit dcfb5c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/users/user.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const {
createUsers,
getVisitorPurpose,
getAllVisitors,
getVisitorByFullname,
updateVisitorClockout,
getVisitorByFullname,
updateVisitorClockout,
getVisitorsSignOutNumber,
getVisitorsNumber
getVisitorsNumber,
signedInVisitors,
clockoutTagNumber
} = require('./user.service'); //we called the service
Expand Down Expand Up @@ -373,4 +373,4 @@ geTagNumber: (req, res) => {
}
};

//We have definded all the controllers, now it's time to define the route
//We have definded all the controllers, now it's time to define the route

0 comments on commit dcfb5c1

Please sign in to comment.