* Просмотр 1 репорта

* Создание тасков
This commit is contained in:
anatolidew
2021-11-29 18:16:28 +03:00
parent 8e490ce518
commit 8ae7b9a125
4 changed files with 41 additions and 6 deletions

View File

@ -84,6 +84,7 @@ return [
'rules' => [
'site/index' => 'card/user-card/index',
'api/profile/<id:\d+>' => 'api/profile/index',
'api/reports/<id:\d+>' => 'api/reports/view',
'' => 'card/user-card/index',
['class' => 'yii\rest\UrlRule', 'controller' => 'skills'],
],