update get-template-list method

This commit is contained in:
iIronside
2022-01-14 17:34:11 +03:00
parent c1ff229aa7
commit 495eb9a1a4
6 changed files with 99 additions and 4 deletions

View File

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