13 lines
147 B
PHP
13 lines
147 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'acl_config' => [
|
|
'unguarded_routes' => [
|
|
'api.auth.login',
|
|
'api.ping',
|
|
],
|
|
],
|
|
];
|