Added FAQ

This commit is contained in:
dev-chiefworks
2023-01-10 08:32:43 -05:00
parent f1ab5c8fbe
commit 2a6111ab19
3 changed files with 55 additions and 1 deletions
+1
View File
@@ -43,6 +43,7 @@ $routes->post('/chiefsoft/site/contact', 'Chiefsoft::contact');
$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->get('/mermsmemr/myfit/faq', 'Myfit::faq');
$routes->post('/mermsmemr/myfit/contact', 'Myfit::contact');
$routes->post('/mermsmemr/myfit/pricing', 'Myfit::pricing');