We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3586e commit dc047dfCopy full SHA for dc047df
public/index.php
@@ -27,5 +27,6 @@
27
28
// Add the routes
29
$router->add('', ['controller' => 'Home', 'action' => 'index']);
30
+$router->add('{controller}/{action}');
31
32
$router->dispatch($_SERVER['QUERY_STRING']);
0 commit comments