hngprojects / hng_boilerplate_java_web

Apache License 2.0
155 stars 43 forks source link

fix: update categories #636

Closed lurldgbodex closed 1 month ago

lurldgbodex commented 1 month ago

Description

category endpoints are not using dtos and creation of category was requesting for the id of the category to create which should not be manually supplied. Also the tester were finding it difficult understanding the documentation due to lack of usage of dto.

Changes made