This commit is contained in:
2026-04-21 13:56:05 +02:00
parent 894cc2d3fd
commit 3de979fc65
6 changed files with 55 additions and 16 deletions

View File

@@ -1,4 +1,2 @@
<?php
$router->get('/', function () {
require_once __DIR__ . '/../templates/base.php';
});
$router->get('/', '/', [new HomeController(), 'home']);