We are using the Axios to make an API call. Here is the global Axios configuration.
We are using the Axios to make an API call. Here is the global Axios configuration. You can find it on this path src/@crema/services/auth/jwt-auth/index.js
We are using the mock APIs in our app, to get the fake data from the Crema fake DB. We are using axios-mock-adapter to achieve this. Here is the configuration of it. you can find out this file here src/@crema/mockapi/apis/MockConfig.js