Skip to content

Commit

Permalink
Change api url to https
Browse files Browse the repository at this point in the history
  • Loading branch information
ltlaitoff authored Oct 12, 2023
1 parent 064f558 commit 05e5409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/constants/apiConstants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const BASE_URL = 'http://hn.algolia.com/api/v1/'
const BASE_URL = 'https://hn.algolia.com/api/v1/'

export const ITEM_URL_TEMPLATE: string = BASE_URL + 'items/'
export const USER_URL_TEMPLATE: string = BASE_URL + 'users/'
Expand Down

0 comments on commit 05e5409

Please sign in to comment.