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