fix secure

This commit is contained in:
iIronside 2023-01-25 12:56:30 +03:00
parent f2c77fb72c
commit be30fc1a08

View File

@ -84,7 +84,7 @@ return [
'components' => [
'request' => [
'csrfParam' => '_csrf-backend',
'baseUrl' => '', // /secure
'baseUrl' => '/secure',
'parsers' => [
'application/json' => 'yii\web\JsonParser',
'text/xml' => 'yii/web/XmlParser',