Ismayil Niftaliyev

Results 1 comments of Ismayil Niftaliyev

My solution was: ```javascript const httpAdapter = new HttpAdapter({ basePath: '[some url]', http: (config) => { // axios will use it's default adapter config.adapter = null; return axios(config); } });...