Closed vaibhav-rm closed 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
As of this commit (main 1b61e13) all controllers are using the standard ApiResponse and ApiError classes in backend utils folder
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