Skip to content

Commit

Permalink
silly error
Browse files Browse the repository at this point in the history
  • Loading branch information
MenGonz committed Jan 19, 2025
1 parent e83b558 commit 63a0a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ app.use('/employee-photos', photoRoute);
app.use('/api', (req, res, next) => {
console.log('[Debug: Router Mount] /api prefix detected, passing to router');
next();
}, frontdoorRouter);
}, apiFrontdoor);

// Backdoor endpoint routes
apiBackdoor.use('/employee', employee_endpoint);
Expand Down

0 comments on commit 63a0a59

Please sign in to comment.