mirror of
https://github.com/tenrok/axios.git
synced 2026-05-27 14:47:43 +03:00
e50a08b2c3
Inside Axios.prototype.request function, It's forced to set method to 'get' after `mergeConfig` if config.method exists, which makes the defaults.method not effective.