Jing Li 2022-10-20 10:19:46 +08:00
parent 9b8e5be883
commit 238cccda58
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ class VerifyCsrfToken extends Middleware
* @var array<int, string> * @var array<int, string>
*/ */
protected $except = [ protected $except = [
// 'callback/*'
]; ];
} }