We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5890b4e commit 6fc1973Copy full SHA for 6fc1973
src/api/story.js
@@ -1,4 +1,4 @@
1
-const HN_BASE_URL = 'http://hn.algolia.com/api/v1/search?query=';
+const HN_BASE_URL = 'https://hn.algolia.com/api/v1/search?query=';
2
3
const fetchStories = query =>
4
fetch(HN_BASE_URL + query)
0 commit comments