mirror of
https://github.com/tenrok/axios.git
synced 2026-06-08 17:22:34 +03:00
+1
-1
@@ -80,7 +80,7 @@ defaults.headers = {
|
||||
}
|
||||
};
|
||||
|
||||
utils.forEach(['delete', 'get', 'head'], function forEachMehtodNoData(method) {
|
||||
utils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {
|
||||
defaults.headers[method] = {};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user