Added Tools Route

This commit is contained in:
Olu Amey
2021-09-19 01:48:23 -04:00
parent 32eb3ab418
commit a6e8a48d2e
8 changed files with 109 additions and 86 deletions
+3
View File
@@ -38,6 +38,9 @@ $routes->get('/security', 'Home::security');
$routes->get('/terms', 'Home::terms');
$routes->get('/privacy', 'Home::privacy');
$routes->get('/contact', 'Home::contact');
$routes->get('/howitworks', 'Home::howitworks');
$routes->get('/tools', 'Tools::index');
/*
* --------------------------------------------------------------------
* Additional Routing