Базовая реализация реакции сервера на dummy данные.

This commit is contained in:
ErickSkrauch
2017-10-12 01:50:09 +03:00
parent 19175d1724
commit 81bdb1f2af
2 changed files with 165 additions and 0 deletions

View File

@@ -87,4 +87,5 @@ return [
'internal' => api\modules\internal\Module::class,
'accounts' => api\modules\accounts\Module::class,
],
'on beforeAction' => api\components\TestData::getInstance(),
];