From b45e4aecca5c46ceb778fe17c4c99a02f22e2b05 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 9 Jul 2024 13:12:07 -0400 Subject: [PATCH] gap error --- www-api/app/Config/Routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-api/app/Config/Routes.php b/www-api/app/Config/Routes.php index e2b76f70..3ee53eaa 100644 --- a/www-api/app/Config/Routes.php +++ b/www-api/app/Config/Routes.php @@ -204,7 +204,7 @@ $routes->post('/en/wrench/api/v1/uploads', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/myfiles', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/marketmessage', 'WrenchApi::apigate'); -$routes->post('/en/wrench/api/v1/marketinterest', ' WrenchJobs::sendJobInterest'); //'WrenchApi::apigate' +$routes->post('/en/wrench/api/v1/marketinterest', 'WrenchJobs::sendJobInterest'); //'WrenchApi::apigate' $routes->post('/en/wrench/api/v1/activejobstatus', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/activetaskstatus', 'WrenchApi::apigate');