Commit 54d3f325 authored by Taylor Otwell's avatar Taylor Otwell

change header

parent 9c027827
......@@ -26,7 +26,7 @@ require('vue-resource');
*/
Vue.http.interceptors.push(function (request, next) {
request.headers['X-XSRF-TOKEN'] = Laravel.csrfToken;
request.headers['X-CSRF-TOKEN'] = Laravel.csrfToken;
next();
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment