fix templates

This commit is contained in:
CHIEFSOFT\ameye
2024-08-19 17:11:04 -04:00
parent d468215184
commit 8be59b2444
257 changed files with 14082 additions and 1 deletions
+2
View File
@@ -6,3 +6,5 @@ use CodeIgniter\Router\RouteCollection;
* @var RouteCollection $routes
*/
$routes->get('/', 'Home::index');
$routes->get('/about-us', 'Home::aboutUs');
$routes->get('/contacts', 'Home::contacts');