vd/app/Domains/Permission/config.php
2018-11-05 09:26:30 +08:00

8 lines
66 B
PHP

<?php
return [
'except' => [
'api/test/*',
],
];