fix(webhooks): exclude webhook routes from CSRF protection (#6200)
This commit is contained in:
@@ -12,6 +12,6 @@ class VerifyCsrfToken extends Middleware
|
||||
* @var array<int, string>
|
||||
*/
|
||||
protected $except = [
|
||||
//
|
||||
'webhooks/*',
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user