Faq starter

This commit is contained in:
2023-01-22 19:56:34 -05:00
parent 72e5cc5158
commit 7af117c14e
5 changed files with 62 additions and 319 deletions
+1
View File
@@ -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');