Adding chiefsoft data

This commit is contained in:
dev-chiefworks
2023-01-04 06:58:40 -05:00
parent 8eba213a14
commit f1ab5c8fbe
3 changed files with 347 additions and 11 deletions
+5
View File
@@ -35,11 +35,16 @@ $routes->get('/', 'Home::index');
$routes->get('/wp/', 'Dengine::index');
$routes->get('/merms/wp/', 'Merms::index');
//CHIEFSOFT WEBSITE
$routes->get('/chiefsoft/site/blogdata', 'Chiefsoft::blogdata'); // when no limit is sent
$routes->post('/chiefsoft/site/contact', 'Chiefsoft::contact');
//MERMS MYFIT
$routes->get('/mermsmemr/myfit/country', 'Myfit::country');
$routes->get('/mermsmemr/myfit/blogdata/(:any)', 'Myfit::blogdata/$1');
$routes->get('/mermsmemr/myfit/blogdata', 'Myfit::blogdata'); // when no limit is sent
$routes->post('/mermsmemr/myfit/contact', 'Myfit::contact');
$routes->post('/mermsmemr/myfit/pricing', 'Myfit::pricing');