mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
@@ -78,6 +78,7 @@ Axios.prototype.request = function request(config) {
|
||||
|
||||
var defaultInstance = new Axios(defaults);
|
||||
var axios = module.exports = bind(Axios.prototype.request, defaultInstance);
|
||||
module.exports.Axios = Axios;
|
||||
|
||||
// Expose properties from defaultInstance
|
||||
axios.defaults = defaultInstance.defaults;
|
||||
|
||||
Reference in New Issue
Block a user