This commit is contained in:
CHIEFSOFT\ameye
2024-11-16 16:08:56 -05:00
parent 2c9a1c855f
commit 770b644a5a
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@ $routes->post('/promoadmin/auth', 'Auth::AuthPromoLogin');
$routes->post('/promoauth', 'Auth::AuthPromoLogin');
$routes->get('/promodash', 'Auth::AuthPromoDash');
$routes->get('/addRefMember', 'Auth::addRefMember');
$routes->get('/(:any)/(:any)', 'Home::promoIndex/$1/$2');