get('/', [App\Controller\HomeController::class, 'index']); $router->get('/health', [App\Controller\HomeController::class, 'health']); };