New Coregrade

This commit is contained in:
CHIEFSOFT\ameye
2024-10-10 18:51:31 -04:00
parent 4dc9774629
commit d2217b1591
4 changed files with 8 additions and 5 deletions
+1
View File
@@ -39,6 +39,7 @@ $routes->get('/terms', 'Home::terms');
$routes->get('/privacy', 'Home::privacy');
$routes->get('/contact', 'Home::contact');
$routes->get('/blog-details', 'Home::blogdetails');
$routes->get('/blog-details/(:alphanum)', 'Home::blogdetails/$');
$routes->get('/old', 'Home::indexold');