diff --git a/www-api/app/Controllers/WrenchApi.php b/www-api/app/Controllers/WrenchApi.php index eba9791a..9cbaf022 100644 --- a/www-api/app/Controllers/WrenchApi.php +++ b/www-api/app/Controllers/WrenchApi.php @@ -67,7 +67,15 @@ class WrenchApi extends BaseController ]; return $endpoints; } + public function apigate(){ + + $raw_array =[]; + $res1 = $this->dummyData($raw_array); + return $this->response->setJson($res1); + + } + public function apigateDELAY(){ /* //$request = service('request'); header('Access-Control-Allow-Origin: *');