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