remove XSRF-TOKEN, we are not using it
This commit is contained in:
parent
5403fa7c71
commit
6e66cc8737
1 changed files with 5 additions and 0 deletions
|
|
@ -14,4 +14,9 @@ class VerifyCsrfToken extends Middleware
|
|||
protected $except = [
|
||||
//
|
||||
];
|
||||
|
||||
protected function addCookieToResponse($request, $response)
|
||||
{
|
||||
return $response;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue