callback/* 去除CSRF token

This commit is contained in:
Edward Yang 2023-02-18 18:13:13 +08:00
parent f0d3762b66
commit 33cb20d436
1 changed files with 1 additions and 1 deletions

View File

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