ballyalley-o / tccp-server

A scalable backend server solution designed to manage and orchestrate software development bootcamps/courses from multiple schools, providing robust APIs and data storage capabilities.
2 stars 0 forks source link

FEAT: Refactor controllers to use DataResponse class #33

Closed ballyalley-o closed 4 months ago

ballyalley-o commented 4 months ago

This pull request refactors the UserController and BootcampController to use the DataResponse class for handling data responses. This improves code readability and maintainability by centralizing the logic for constructing and sending data responses.