We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9ffc5 commit 9f3e800Copy full SHA for 9f3e800
1 file changed
bootstrap/app.php
@@ -60,6 +60,7 @@
60
\Illuminate\Http\Middleware\AddLinkHeadersForPreloadedAssets::class,
61
]);
62
$middleware->validateCsrfTokens(except: [
63
+ 'pos/*',
64
'pos/auth/machine/status/update',
65
'pos/auth/machine/status',
66
'pos/auth/printer**',
0 commit comments