Faq starter
This commit is contained in:
@@ -39,6 +39,7 @@ $routes->get('/', 'Home::index');
|
||||
$routes->get('dash', 'Dash::index');
|
||||
$routes->post('dash', 'Dash::index');
|
||||
$routes->get('contacts', 'Dash::contacts');
|
||||
$routes->get('faq', 'Dash::faq');
|
||||
|
||||
$routes->post('startlogin', 'Home::startlogin');
|
||||
$routes->get('startlogin', 'Home::startlogin');
|
||||
|
||||
Reference in New Issue
Block a user