mirror of
https://github.com/tenrok/axios.git
synced 2026-06-14 18:42:33 +03:00
+1
-1
@@ -13,7 +13,7 @@ var combineURLs = require('./../helpers/combineURLs');
|
||||
* @param {Object} defaultConfig The default config for the instance
|
||||
*/
|
||||
function Axios(defaultConfig) {
|
||||
this.defaults = utils.merge({}, defaultConfig);
|
||||
this.defaults = utils.merge(defaults, defaultConfig);
|
||||
this.interceptors = {
|
||||
request: new InterceptorManager(),
|
||||
response: new InterceptorManager()
|
||||
|
||||
Reference in New Issue
Block a user