trebol-ecommerce / trebol-backend-monolith

Monolithic eCommerce backend web application that exposes a RESTful API.
MIT License
16 stars 21 forks source link

`@Valid` annotation should be used on the parameter `src/main/java/org/trebol/operation/controllers/AccountProfileController.java` #220

Closed mepox closed 1 year ago

mepox commented 1 year ago

Add @Valid annotation before the @RequestBody of the updateProfile method of the class.