diff --git a/app/Config/Routes.php b/app/Config/Routes.php index bb9c1e7..fdb51cf 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -40,6 +40,8 @@ $routes->get('/privacy', 'Home::privacy'); $routes->get('/contact', 'Home::contact'); $routes->get('/howitworks', 'Home::howitworks'); +$routes->get('/auth', 'Home::index'); + $routes->get('/tools', 'Tools::index'); diff --git a/app/Views/home/index.php b/app/Views/home/index.php index be3a9f6..1e91bce 100644 --- a/app/Views/home/index.php +++ b/app/Views/home/index.php @@ -82,7 +82,7 @@
The page you are looking at is being generated dynamically by CodeIgniter.
- -If you would like to edit this page you will find it located at:
- -app/Views/welcome_message.php
-
- The corresponding controller for this page can be found at:
- -app/Controllers/Home.php
-
-The User Guide contains an introduction, tutorial, a number of "how to" - guides, and then reference documentation for the components that make up - the framework. Check the User Guide !
- -CodeIgniter is a community-developed open source project, with several - venues for the community members to gather and exchange ideas. View all - the threads on CodeIgniter's forum, or chat on Slack !
- -CodeIgniter is a community driven project and accepts contributions - of code and documentation from the community. Why not - - join us ?
- -