From ed1f744e1cf0045540c2e6349cc7dcc5031c8652 Mon Sep 17 00:00:00 2001
From: filippo.bertilotti <filippobertilotti@gmail.com>
Date: Tue, 14 May 2024 11:38:23 +0200
Subject: [PATCH]  (parte 86)

---
 index.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/index.php b/index.php
index 0ac07ef..f38c0a8 100644
--- a/index.php
+++ b/index.php
@@ -9,6 +9,7 @@
 
 $router = new Framework\Router;
 
+$router->add("/admin/{controller}/{action}", ["namespace" => "Admin"]);
 $router->add("/product/{slug:[\w-]+}", ["controller" => "products", "action" => "show"]);
 $router->add("/{title}/{id:\d+}/{page:\d+}", ["controller" => "products", "action" => "showPage"]);
 $router->add("/{controller}/{id:\d+}/{action}");

--
Gitblit v1.8.0