15 lines
222 B
PHP
Executable File
15 lines
222 B
PHP
Executable File
<?php
|
|
|
|
|
|
return [
|
|
'except' => [
|
|
'filament.*',
|
|
'sanctum.csrf-cookie',
|
|
'password.confirm',
|
|
// 'client.widget.*',
|
|
'vk.*',
|
|
'invitation.*',
|
|
'generate-sitemap'
|
|
],
|
|
];
|