Image path

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-10 13:04:33 -04:00
parent 58519e2939
commit cfaec347cf
4 changed files with 482 additions and 3 deletions
+3 -3
View File
@@ -43,10 +43,10 @@ $routes->get('/en/floatweb/api/v1/blogdata/(:any)', 'FloatWeb::website/$1');
$routes->get('/en/floatweb/api/v1/faq', 'FloatWeb::website');
$routes->post('/en/floatweb/api/v1/contact', 'FloatWeb::website');
$routes->post('/en/userweb/api/v1/login', 'FloatUserWeb::user');
$routes->post('/en/fleetweb/api/v1/login', 'FloatFleetWeb::fleet');
//CHIEFSOFT WEBSITE
$routes->get('/chiefsoft/site/blogdata', 'Chiefsoft::blogdata'); // when no limit is sent
$routes->post('/chiefsoft/site/contact', 'Chiefsoft::contact');
//MERMS MYFIT NO SESSION DATA
$routes->get('/en/desktop/api/v2/myfit/country', 'Myfit::country');