the document module is finished
This commit is contained in:
@ -71,11 +71,14 @@ return [
|
||||
'task' => [
|
||||
'class' => 'backend\modules\task\Task',
|
||||
],
|
||||
'document' => [
|
||||
'class' => 'backend\modules\document\Document',
|
||||
],
|
||||
],
|
||||
'components' => [
|
||||
'request' => [
|
||||
'csrfParam' => '_csrf-backend',
|
||||
'baseUrl' => '', // /secure
|
||||
'baseUrl' => '/secure',
|
||||
'parsers' => [
|
||||
'application/json' => 'yii\web\JsonParser',
|
||||
'text/xml' => 'yii/web/XmlParser',
|
||||
|
Reference in New Issue
Block a user