linwu 1 rok pred
rodič
commit
0e9fd9d546
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      app/mobile/controller/Index.php

+ 1 - 0
app/mobile/controller/Index.php

@@ -8,6 +8,7 @@ class Index extends MobileBaseController
 {
     public function index()
     {
+        return redirect(url('/mobile/my/index'));
         return view('index/index');
     }