Fix about page

This commit is contained in:
Olu Amey
2022-01-09 20:44:16 -05:00
parent 78c4fafe9e
commit ec670d2cc5
6 changed files with 116 additions and 3 deletions
+1
View File
@@ -35,6 +35,7 @@ $routes->setAutoRoute(true);
$routes->get('/', 'Home::index');
$routes->get('/covit', 'Land::covit',['as'=>'covit']);
$routes->get('/aboutus', 'Home::aboutus',['as'=>'aboutus']);
/*
* --------------------------------------------------------------------
* Additional Routing