auth47 bootstrapping

This commit is contained in:
HolgerHatGarKeineNode
2023-02-07 21:33:30 +01:00
parent f79ec131e3
commit 14936da92c
6 changed files with 187 additions and 33 deletions

View File

@@ -13,5 +13,6 @@ class VerifyCsrfToken extends Middleware
*/
protected $except = [
'horizon/*',
'auth/auth47-callback',
];
}