Update csrf middleware

This commit is contained in:
Daniel Supernault 2019-09-26 22:43:16 -06:00
parent 3570e7acbb
commit db3b873a50
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ class VerifyCsrfToken extends Middleware
* @var array
*/
protected $except = [
//
'/api/v1/*'
];
}