Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
DucTam2411 committed Jul 5, 2022
1 parent 70dbf6c commit 7a0b4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/fetchData.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ export const exerciseOptions = {
method: "GET",
url: "https://exercisedb.p.rapidapi.com/exercises/bodyPartList",
headers: {
"X-RapidAPI-Key": process.env.REACT_API_EXERCISES,
"X-RapidAPI-Key": "4e8d3ea0abmsh1d8791c22f4e2a8p153417jsn87f8204a8cef",
"X-RapidAPI-Host": "exercisedb.p.rapidapi.com",
},
};

export const youtubeOptions = {
method: "GET",
headers: {
"X-RapidAPI-Key": process.env.REACT_API_YOUTUBE,
"X-RapidAPI-Key": "4e8d3ea0abmsh1d8791c22f4e2a8p153417jsn87f8204a8cef",
"X-RapidAPI-Host": "youtube-search-and-download.p.rapidapi.com",
},
};
Expand Down

0 comments on commit 7a0b4d6

Please sign in to comment.