diff --git a/app/Config/Routes.php b/app/Config/Routes.php index 84db0ba..a67b5f8 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -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 diff --git a/app/Controllers/Tools.php b/app/Controllers/Tools.php new file mode 100644 index 0000000..bd31ceb --- /dev/null +++ b/app/Controllers/Tools.php @@ -0,0 +1,14 @@ +PLANS