backend
backend copied to clipboard
why using custom response instead of using rest_framework Response?
I've realized that the back-end team used a BaseResponse and to instances that are success and error responses?what is the point of using this?