From e19c7c60e8b672e52365ca5329a39146ecfd0ed3 Mon Sep 17 00:00:00 2001 From: Rey Jhon Date: Fri, 22 May 2020 17:21:41 +0800 Subject: [PATCH] Update Routes.php --- app/Routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']);