Skip to content

Commit

Permalink
chore: update protocol to https
Browse files Browse the repository at this point in the history
  • Loading branch information
inaseem committed Feb 2, 2024
1 parent d3795e1 commit a5b2476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export const queryParamsMapping = {
page: 'page',
};

export const hnAPIBaseURL = 'http://hn.algolia.com/api/v1';
export const hnAPIBaseURL = 'https://hn.algolia.com/api/v1';

export const baseURL = import.meta.env.PROD ? '/hews' : '/';

0 comments on commit a5b2476

Please sign in to comment.