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
{{ message }}
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
middlewares/logger.middleware.js
new Date().toISOString()을 사용하는 것이 좀 더 나을 것 같습니다.middlewares/error-handler.middleware.js
routes/products.router.js
.select()메서드를 사용하는 것을 추천합니다.schemas/products.schema.js
required)와 기본값(default) 설정이 적절합니다.createdAt필드도 default 필드를 설정해주시는게 좋겠습니다.