email fix

This commit is contained in:
CHIEFSOFT\ameye
2023-11-28 10:10:18 -05:00
parent 66897a1782
commit 854f48bcaf
5 changed files with 52 additions and 122 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ $routes->post('/en/wrench/api/v1/getmedia', 'WrenchMedia::apigate');
$routes->get('/en/wrench/api/v1/getmedia/(:any)', 'WrenchMedia::apigate/$1');
//https://apigate.lotus.g1.wrenchboard.com/en/wrench/hooks/v1/flutter
$routes->get('/en/wrench/hooks/v1/flutter', 'WrenchHooks::flutter');
$routes->get('/en/wrench/hooks/v1/stripes', 'WrenchHooks::stripes');
$routes->post('/en/wrench/hooks/v1/flutter', 'WrenchHooks::flutter');