System Information
- Strapi Version: 3.3.2
- Operating System: Windows
- Database: MongoDB
- Node Version: 12.18.3
- NPM Version: 12.18.3
- Yarn Version:
Hi,
How do I change the response format for all the controllers by default?
Looking at the following format
{
success:true/false,
message: “”,
data: {}/[]
}