Added Tools Route
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user