mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2025-09-10 03:47:13 +02:00
Optimized routing
This commit is contained in:
@@ -7,7 +7,6 @@ require __DIR__. '/vendor/autoload.php';
|
||||
$core = new Core();
|
||||
$router = new Router();
|
||||
$router->setCore($core);
|
||||
$router->setPost($_POST);
|
||||
$router->setGet($_GET);
|
||||
$router->route();
|
||||
?>
|
||||
|
Reference in New Issue
Block a user