From 1fac5cdfc18cb7ee06f5de367a68047082d7edb1 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Wed, 10 Mar 2021 12:08:25 +1000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B5=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mirzaev/skillparts/system/config/web.php.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mirzaev/skillparts/system/config/web.php.example b/mirzaev/skillparts/system/config/web.php.example index e844d56..251c418 100644 --- a/mirzaev/skillparts/system/config/web.php.example +++ b/mirzaev/skillparts/system/config/web.php.example @@ -57,7 +57,8 @@ $config = [ 'class' => 'yii\rest\UrlRule', 'controller' => 'main' ], - 'product/' => 'product/index' + 'product/' => 'product/index', + 'orders' => 'order/index' ], ],