promor sign up

This commit is contained in:
CHIEFSOFT\ameye
2024-09-18 10:50:34 -04:00
parent 492ec37652
commit 9eecd4f73e
3 changed files with 28 additions and 16 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ use CodeIgniter\Router\RouteCollection;
/**
* @var RouteCollection $routes
*/
$routes->get('/(:any)/(:any)', 'Home::promoIndex/$2/$1');
$routes->get('/(:any)/(:any)', 'Home::promoIndex/$1/$2');