no message
This commit is contained in:
parent
f19ee9500e
commit
1aae3c506e
@ -273,7 +273,7 @@ class CronV2Controller
|
||||
$oHttp->sMethod = "get";
|
||||
// $sMasterUrl = env("api_url_freenode_base")."/api/github/getfntoday/".$sFnCode;
|
||||
// /api/v1/freenode/url_feed_today/{siteCode}/{client?}
|
||||
$sMasterUrl = "https://".$row["www_master"]."/api/v1/freenode/url_feed_today/".$row["fn_code_short"];
|
||||
$sMasterUrl = "https://".env("www_master")."/api/v1/freenode/url_feed_today/".$row["fn_code_short"];
|
||||
$sReturn = $oHttp->send($sMasterUrl);
|
||||
$aReturn = json_decode($sReturn, true);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user