Fixed Routes covit

This commit is contained in:
Olu Amey
2021-09-08 04:11:00 -04:00
parent 518140e44a
commit b78aa582b5
2 changed files with 3 additions and 6 deletions
+1
View File
@@ -34,6 +34,7 @@ $routes->setAutoRoute(true);
// route since we don't have to scan directories.
$routes->get('/', 'Home::index');
$routes->get('/covit', 'Land::covit',['as'=>'covit']);
/*
* --------------------------------------------------------------------
* Additional Routing