Skip to content

Commit

Permalink
Resolve conflict in films.js inside services folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago.Martinez committed May 9, 2021
1 parent 0a58772 commit 9d5253b
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 13 deletions.
62 changes: 52 additions & 10 deletions 00-TEAMS/06-TEAM/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions 00-TEAMS/06-TEAM/src/common/services/films.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@ export const getCast = (entryPoint) => http.get(`/movie/${entryPoint}/credits?ap
export const getRecommended = (entryPoint) => http.get(`/movie/${entryPoint}/recommendations?api_key=${API_KEY}&language=en-US&page=1`);
export const getShows = (entryPoint) => http.get(`/tv/${entryPoint}?api_key=${API_KEY}`);
export const getGrid = (entryPoint) => http.get(`/movie/${entryPoint}?api_key=${API_KEY}&language=en-US&page=1`);
<<<<<<< HEAD
export const getResults = (entryPoint) => http.get(`search/movie?api_key=${API_KEY}&query=${entryPoint}`);
=======
export const getShowsPopular = (entryPoint) => http.get(`/tv/${entryPoint}/recommendations?api_key=${API_KEY}`);
>>>>>>> Grupo_6

0 comments on commit 9d5253b

Please # to comment.