diff --git a/catchAdmin/index/route.php b/catchAdmin/index/route.php index a3c0e5e..3f0cdef 100644 --- a/catchAdmin/index/route.php +++ b/catchAdmin/index/route.php @@ -1,5 +1,5 @@ get('/', '\catchAdmin\index\controller\index@index'); -$router->get('theme', '\catchAdmin\index\controller\index@theme'); -$router->get('dashboard', '\catchAdmin\index\controller\index@dashboard'); +$router->get('/', '\catchAdmin\index\controller\Index@index'); +$router->get('theme', '\catchAdmin\index\controller\Index@theme'); +$router->get('dashboard', '\catchAdmin\index\controller\Index@dashboard'); diff --git a/catchAdmin/index/view/index.html b/catchAdmin/index/view/index.html index 48a0954..9d0d613 100644 --- a/catchAdmin/index/view/index.html +++ b/catchAdmin/index/view/index.html @@ -49,14 +49,14 @@