diff --git a/app/Routes.php b/app/Routes.php index a7fef59..62a28db 100644 --- a/app/Routes.php +++ b/app/Routes.php @@ -5,4 +5,4 @@ */ use Simple\Routing\Router; -Router::set('',['controller' => 'home', 'action' => 'index']); \ No newline at end of file +Router::get('',['controller' => 'home', 'action' => 'index']);