mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Fixing typo
This commit is contained in:
+1
-1
@@ -36,6 +36,6 @@ module.exports = {
|
|||||||
put: utils.merge(CONTENT_TYPE_APPLICATION_JSON)
|
put: utils.merge(CONTENT_TYPE_APPLICATION_JSON)
|
||||||
},
|
},
|
||||||
|
|
||||||
xsrfCookiName: 'XSRF-TOKEN',
|
xsrfCookieName: 'XSRF-TOKEN',
|
||||||
xsrfHeaderName: 'X-XSRF-TOKEN'
|
xsrfHeaderName: 'X-XSRF-TOKEN'
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user