mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Exclude cart from csrf token validation
This commit is contained in:
@@ -27,6 +27,8 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
'logout',
|
||||
'register',
|
||||
'login',
|
||||
'cart',
|
||||
'cart/*',
|
||||
]);
|
||||
|
||||
$middleware->append([
|
||||
|
||||
Reference in New Issue
Block a user