Files
adastra_api/src/controllers
julien 6641da9a3d feat(validation): replace fieldValidation with express-validator on products and tags
Add products.validators.js and tags.validators.js following the same
pattern as articles/users. Wire createProductRules, updateProductRules,
and createTagRules into their respective routes via the validate middleware.
Remove the local fieldValidation helper from both controllers and fix
missing return statements on next() calls in products.controller.js.
2026-04-27 00:04:50 +02:00
..