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

View File

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