Skip to content

Commit 6fc1973

Browse files
committed
add https
1 parent 5890b4e commit 6fc1973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/story.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const HN_BASE_URL = 'http://hn.algolia.com/api/v1/search?query=';
1+
const HN_BASE_URL = 'https://hn.algolia.com/api/v1/search?query=';
22

33
const fetchStories = query =>
44
fetch(HN_BASE_URL + query)

0 commit comments

Comments
 (0)