shish 4 лет назад
Родитель
Сommit
f2a39a0ea6
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      app-pt/controllers/MainController.php

+ 5 - 0
app-pt/controllers/MainController.php

@@ -12,6 +12,11 @@ class MainController extends PlatformController
 
     public $guestAccess = ['login', 'logout', 'check-login', 'index'];
 
+    public function actionApp()
+    {
+        return $this->render('app');
+    }
+
     public function actionIndex()
     {
         $host = Yii::$app->request->getHostInfo();