From 0cc1e0773d783499e96738f38e92c2c3ee246e83 Mon Sep 17 00:00:00 2001 From: Kavalar Date: Tue, 21 Jan 2025 17:10:19 +0300 Subject: [PATCH] rout --- rout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rout.php b/rout.php index 691192f..fa33727 100644 --- a/rout.php +++ b/rout.php @@ -5,5 +5,5 @@ use kernel\App; use Phroute\Phroute\RouteCollector; -App::$collector->get('/', [MainController::class, 'actionIndex']); +//App::$collector->get('/', [MainController::class, 'actionIndex']); App::$collector->get('/example', [MainController::class, 'actionExample']); \ No newline at end of file