Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit 6d95cb3

Browse files
authored
Merge pull request #48 from ftlabs/fix/api.ft.com-https-update
[Fix] api.ft.com https update
2 parents 2253324 + 3e78d24 commit 6d95cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lib/ft/capi.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function init(apiKey) {
88
}
99

1010
function getArticleData(uuid) {
11-
return fetch(`http://api.ft.com/content/${uuid}?apiKey=${this.apiKey}`)
11+
return fetch(`https://api.ft.com/content/${uuid}?apiKey=${this.apiKey}`)
1212
.then( res => res.json())
1313
.then(data => {
1414
return data;

0 commit comments

Comments
 (0)