config("path.url_resource_base").'/public/images' // ]; public function __construct() { $this->sSiteWww = config("path.url_resource_base") ?? ''; $this->aCustom = [ "sImagePath" => "https://".config("path.url_resource_base").'/upload/images' ]; } // public function hit(NasaQueryRequest $oRequest) // { // $iId = intval(request('id')); // $sApiPath = $oRequest->input('api_path'); // $sSiteWww = $oRequest->input('site_www'); // // $sField = request('field'); // // $oResponse = Http::nasa($sSiteWww)->get($sApiPath.'/hit/' . $iId . '/' . $sField); // // return response()->json($oResponse->json(), 200); // } }