diff --git a/lib/defaults.js b/lib/defaults.js index 9497254..c1d7a67 100644 --- a/lib/defaults.js +++ b/lib/defaults.js @@ -36,6 +36,6 @@ module.exports = { put: utils.merge(CONTENT_TYPE_APPLICATION_JSON) }, - xsrfCookiName: 'XSRF-TOKEN', + xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN' }; \ No newline at end of file