root hace 4 años
padre
commit
a21b6722a1
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4
    2
      app/Http/Controllers/Api/RestfulapiController.php

+ 4
- 2
app/Http/Controllers/Api/RestfulapiController.php Ver fichero



} }


dd($all_data);

return $this->sendResponse($data, 'Result Found'); return $this->sendResponse($data, 'Result Found');

}else { }else {

return $this->sendResponse('', 'No Result'); return $this->sendResponse('', 'No Result');
} }


}else{ }else{

return $this->sendError('Invalid Api Key', ''); return $this->sendError('Invalid Api Key', '');
} }

}else{ }else{
return $this->sendError('Invalid Api Key', ''); return $this->sendError('Invalid Api Key', '');
} }

Cargando…
Cancelar
Guardar