Skip to content

Commit

Permalink
update: constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayana62 committed Jan 19, 2024
1 parent aac9e5f commit b3b3e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const YOUTUBE_VIDEO_API =
process.env.REACT_APP_API_KEY;

export const YOUTUBE_SEARCH_SUGGESTIONS_API =
"http:https://suggestqueries.google.com/complete/search?client=firefox&ds=yt&q=";
"https:https://suggestqueries.google.com/complete/search?client=firefox&ds=yt&q=";

export const YOUTUBE_CHANNEL_API =
"https://youtube.googleapis.com/youtube/v3/channels?part=snippet%2CcontentDetails%2Cstatistics&id=%CHANNEL_ID%&key=" +
Expand Down

0 comments on commit b3b3e8b

Please sign in to comment.