2018-05-12 00:14:34 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
'acl_config' => [
|
|
|
|
|
'unguarded_routes' => [
|
|
|
|
|
'api.auth.login',
|
|
|
|
|
'api.ping',
|
|
|
|
|
],
|
2018-05-13 22:34:15 +02:00
|
|
|
'unguarded_paths' => [
|
|
|
|
|
'/api/awardee-image',
|
|
|
|
|
'/api/judge-image',
|
|
|
|
|
],
|
2018-05-12 00:14:34 +02:00
|
|
|
],
|
|
|
|
|
];
|