diff --git a/src/wrappers/request.js b/src/wrappers/request.js index 9295fda..d9c4d2a 100644 --- a/src/wrappers/request.js +++ b/src/wrappers/request.js @@ -1,7 +1,7 @@ import http from 'http'; import https from 'https'; import url from 'url'; -import httpProxyAgent from 'https-proxy-agent'; +import httpProxyAgent from 'http-proxy-agent'; import httpsProxyAgent from 'https-proxy-agent'; import { request } from 'axios';