fix(webhooks): exclude webhook routes from CSRF protection (#6200)

This commit is contained in:
Rado 2025-07-18 19:04:08 +02:00 committed by GitHub
parent 5fd8fec172
commit 00225a9eff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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