Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wlongmireBloomTech committed Nov 15, 2021
2 parents ee5d306 + dd1d017 commit 0d20bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/fetchShow.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const formatSeasons = (allEpisodes) => {

const fetchShow = () => {
return axios
.get("https://api.tvmaze.com/singlesearch/shows?q=stranger-things&embed=episodes")
.get("https://api.tvmaze.com/singlesearch/shows?q=stranger+things&embed=episodes")
.then(res => {
const { data } = res;

Expand All @@ -36,4 +36,4 @@ const fetchShow = () => {
});
};

export default fetchShow;
export default fetchShow;

0 comments on commit 0d20bbe

Please sign in to comment.