vaibhav-rm / Library-Management-System

5 stars 5 forks source link

Not All controllers use the unifrom APIResponse class #3

Closed vaibhav-rm closed 1 month ago

vaibhav-rm commented 1 month ago

There is an ApiResponse class made to send the response in a more graceful and tidy way but not all controllers make use of it yet, I would like to make sure all of them use it to improve consistency

vaibhav-rm commented 1 month ago

As of this commit (main 1b61e13) all controllers are using the standard ApiResponse and ApiError classes in backend utils folder