This commit is contained in:
2023-01-22 10:19:05 -05:00
parent e880b389be
commit 4b714c182d
9 changed files with 7865 additions and 15623 deletions
+2
View File
@@ -37,9 +37,11 @@ $routes->set404Override();
// route since we don't have to scan directories.
$routes->get('/', 'Home::index');
$routes->get('dash', 'Dash::index');
$routes->post('dash', 'Dash::index');
$routes->get('contacts', 'Dash::contacts');
$routes->post('startlogin', 'Home::startlogin');
$routes->get('startlogin', 'Home::startlogin');
/*
* --------------------------------------------------------------------
* Additional Routing