This commit is contained in:
CHIEFSOFT\ameye
2024-09-16 10:15:04 -04:00
parent 6cc4d929a9
commit fcc5a60f2c
3 changed files with 163 additions and 203 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ use CodeIgniter\Router\RouteCollection;
/**
* @var RouteCollection $routes
*/
$routes->get('/', 'Home::index');
$routes->get('/(:any)/(:any)', 'Home::promoIndex/$2/$1');