fix(axios): incorporate http(s)-proxy-agents

This commit is contained in:
Ali BARIN
2023-07-17 22:19:44 +00:00
parent ff774c2e8e
commit 89facbcddd
7 changed files with 61 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
// TODO: replace with axios-with-proxy
import axios from 'axios';
import appConfig from '../config/app';
import memoryCache from 'memory-cache';