Skip to content

Commit 9f3e800

Browse files
committed
csrf exclude
1 parent 7f9ffc5 commit 9f3e800

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bootstrap/app.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
\Illuminate\Http\Middleware\AddLinkHeadersForPreloadedAssets::class,
6161
]);
6262
$middleware->validateCsrfTokens(except: [
63+
'pos/*',
6364
'pos/auth/machine/status/update',
6465
'pos/auth/machine/status',
6566
'pos/auth/printer**',

0 commit comments

Comments
 (0)