fix(webhooks): exclude webhook routes from CSRF protection (#6200)
This commit is contained in:
parent
5fd8fec172
commit
00225a9eff
1 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,6 @@ class VerifyCsrfToken extends Middleware
|
||||||
* @var array<int, string>
|
* @var array<int, string>
|
||||||
*/
|
*/
|
||||||
protected $except = [
|
protected $except = [
|
||||||
//
|
'webhooks/*',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue