added environmant path
This commit is contained in:
@@ -102,4 +102,8 @@ abstract class BaseController extends Controller
|
||||
curl_close($curl);
|
||||
return json_decode($result, true);
|
||||
}
|
||||
|
||||
public function wrenchApiServer():string{
|
||||
return getenv("API_ENDPOINT")."/en/promo/api/v1/";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user