Skip to content

Commit

Permalink
silly error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastián committed Jan 16, 2025
1 parent 320159c commit 76333bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ console.log('employee_endpoint:', typeof employee_endpoint);
// Attach Routes
app.use('/employees-info', employeesInfoRoute);

app.use('/email_id', email_id);
app.use('/add-employee', email_id);
app.use('/requests-info', requestsInfoRoute);
app.use('/request', vacationRequestRoute);
app.use('/employee-photos', photoRoute);
Expand All @@ -100,7 +100,7 @@ apiProtector.use('/employee', employee_endpoint);
apiProtector.use('/request', request_endpoint);
apiProtector.use('/liquidation-request' , liquidation_request_endpoint);
apiProtector.use('/vacations-info', vacationsInfoRoute);
apiProtector.use('/add-employee', addEmployee);
apiProtector.use('/email_id', addEmployee);
apiProtector.use('/employees-by-leader', employeesByLeader);


Expand Down

0 comments on commit 76333bb

Please sign in to comment.