Auth pages added

This commit is contained in:
Olu Amey
2021-09-25 22:04:24 -04:00
parent 034362a98e
commit 3eeead0222
4 changed files with 207 additions and 1 deletions
+4 -1
View File
@@ -40,7 +40,10 @@ $routes->get('/privacy', 'Home::privacy');
$routes->get('/contact', 'Home::contact');
$routes->get('/howitworks', 'Home::howitworks');
$routes->get('/auth', 'Home::index');
$routes->get('/auth', 'Home::login');
$routes->get('/newuser', 'Home::login');
$routes->get('/restpass', 'Home::login');
$routes->get('/tools', 'Tools::index');