Ap gate cleanup

This commit is contained in:
Olu Amey
2023-01-03 09:14:08 -05:00
parent 1618fba67d
commit bfe7ff3953
5 changed files with 539 additions and 770 deletions
+4 -2
View File
@@ -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');
/*
* --------------------------------------------------------------------