Added FAQ
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user