mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-22 16:13:35 +02:00
refactor: return proper response object (#4169)
This commit is contained in:
@@ -30,7 +30,7 @@ class InternationalInstituteForStrategicStudiesBridge extends BridgeAbstract
|
||||
];
|
||||
$headers = [
|
||||
'Accept: application/json, text/plain, */*',
|
||||
'Content-Type: application/json;charset=UTF-8'
|
||||
'Content-Type: application/json;charset=UTF-8',
|
||||
];
|
||||
$json = getContents($url, $headers, $opts);
|
||||
$data = json_decode($json);
|
||||
|
Reference in New Issue
Block a user