You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(error handling): centralize error handling in middleware
- Remove specific error handling in individual routes
- Rely on centralized errorHandler middleware for consistent error handling
- Update comments to reflect new error handling approach
- Improve code maintainability and reduce duplication
0 commit comments