bug fixing

This commit is contained in:
Roland Schneider 2021-09-28 19:38:31 +02:00
parent dcf620f191
commit 67b4fc4069

View File

@ -20,6 +20,8 @@ class RestController extends Controller
{ {
$behaviors = parent::behaviors(); $behaviors = parent::behaviors();
unset($behaviors['authenticator']);
$behaviors['corsFilter'] = [ $behaviors['corsFilter'] = [
'class' => CorsCustom::class, 'class' => CorsCustom::class,
'cors' => [ 'cors' => [