From 69cbf43feb86cbf390efa95a5d3913af17021357 Mon Sep 17 00:00:00 2001 From: lukibeg Date: Thu, 16 Oct 2025 13:20:12 -0300 Subject: [PATCH] a --- public/index.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/public/index.php b/public/index.php index d49eac3..4852055 100644 --- a/public/index.php +++ b/public/index.php @@ -1,13 +1,14 @@ fromGlobals(); -print_r($serverRequest->getUri()); +echo '
';
+print_r($response = $router->dispatcher($serverRequest));