fix pages

This commit is contained in:
CHIEFSOFT\ameye
2024-08-19 17:59:22 -04:00
parent 8be59b2444
commit 5f48e2c7a7
8 changed files with 185 additions and 1 deletions
+8 -1
View File
@@ -7,4 +7,11 @@ use CodeIgniter\Router\RouteCollection;
*/
$routes->get('/', 'Home::index');
$routes->get('/about-us', 'Home::aboutUs');
$routes->get('/contacts', 'Home::contacts');
$routes->get('/contacts', 'Home::contacts');
$routes->get('/alcohol-addiction', 'Home::alcoholAddiction');
$routes->get('/marital-problems', 'Home::maritalProblems');
$routes->get('/counseling', 'Home::counseling');
$routes->get('/psycho-education', 'Home::psychoEducation');
$routes->get('/depression', 'Home::depression');
$routes->get('/oppositional-defiant-disorder','Home::oppositionalDefiantDisorder');