ERP-node/backend-node/src/middleware
DDD1542 4294e6206b feat: Add express-async-errors for improved error handling
- Integrated express-async-errors to automatically handle errors in async route handlers, enhancing the overall error management in the application.
- Updated app.ts to include the express-async-errors import for global error handling.
- Removed redundant logging statements in admin and user menu retrieval functions to streamline the code and improve readability.
- Adjusted logging levels from info to debug for less critical logs, ensuring that important information is logged appropriately without cluttering the logs.
2026-02-12 11:42:52 +09:00
..
authMiddleware.ts feat: Add express-async-errors for improved error handling 2026-02-12 11:42:52 +09:00
errorHandler.ts 세금계산서 발행 완료 2025-12-08 16:01:59 +09:00
permissionMiddleware.ts 각 회사별 데이터 분리 2025-10-27 16:40:59 +09:00
superAdminMiddleware.ts phase 2.3 테이블 및 컬럼 동적생성기능 변경 2025-09-30 18:28:54 +09:00