Skip to content

Commit

Permalink
Merge pull request #80 from prabhat224/issue-with-routing
Browse files Browse the repository at this point in the history
Issue in routing resolved
  • Loading branch information
aditeyaS authored Oct 20, 2023
2 parents 3d65127 + 1a9e620 commit 9a1d5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function changeCategory(evt, categoryName) {
populateTable(
`${categoryName}-table`,
data,
`https://www.themoviedb.org/${categoryName}/`
`https://www.themoviedb.org/tv/`
);
}

Expand Down

0 comments on commit 9a1d5b4

Please sign in to comment.