Skip to content

Commit

Permalink
Update Routes.php
Browse files Browse the repository at this point in the history
  • Loading branch information
yourjhay committed May 22, 2020
1 parent f4aa131 commit e19c7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*/
use Simple\Routing\Router;

Router::set('',['controller' => 'home', 'action' => 'index']);
Router::get('',['controller' => 'home', 'action' => 'index']);

0 comments on commit e19c7c6

Please sign in to comment.