Skip to content

Commit

Permalink
Merge pull request #73 from NicoLaval/master
Browse files Browse the repository at this point in the history
Fix http call issue
  • Loading branch information
NicoLaval authored Aug 28, 2019
2 parents adef87a + e8a313e commit 658f5cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const ResourceLabel = ({ title, URI }) => {
FILTER (lang(?labelLg2) = '${lg2}')} .
}
`;
getRDFObject('http://id.insee.fr/sparql')(query(URI)).then(res =>
getRDFObject('https://id.insee.fr/sparql')(query(URI)).then(res =>
setLabels(res)
);
}, [URI, lg1, lg2]);
Expand Down

0 comments on commit 658f5cd

Please sign in to comment.