Ap gate cleanup
This commit is contained in:
@@ -38,8 +38,10 @@ $routes->get('/merms/wp/', 'Merms::index');
|
||||
|
||||
//MERMS MYFIT
|
||||
$routes->get('/mermsmemr/myfit/country', 'Myfit::country');
|
||||
$routes->get('/mermsmemr/myfit/blogdata', 'Myfit::index');
|
||||
$routes->post('/mermsmemr/myfit/contact', 'Myfit::index');
|
||||
$routes->get('/mermsmemr/myfit/blogdata/(:any)', 'Myfit::blogdata/$1');
|
||||
$routes->post('/mermsmemr/myfit/contact', 'Myfit::contact');
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* --------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user