auth page

This commit is contained in:
Olu Amey
2021-09-25 21:53:14 -04:00
parent 730965a47e
commit 034362a98e
3 changed files with 3 additions and 325 deletions
+2
View File
@@ -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');