Skip to content

Commit

Permalink
Update movie.js
Browse files Browse the repository at this point in the history
  • Loading branch information
8YBY8 committed Mar 27, 2024
1 parent 9a8f2f8 commit eb3d1df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/movie.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const movieTitle = url.searchParams.get("title")
// input the API
// doc: https://developer.themoviedb.org/docs/append-to-response
// const APILINK = 'http://127.0.0.1:5500/backend/api/v1/reviews/';
// const APILINK = 'https://8yby8.github.io/movie-search-app/backend/api/v1/reviews/';
const APILINK = 'https://review-backend.beaucarnes.repl.co/api/v1/reviews/';
const APILINK = 'https://8yby8.github.io/movie-search-app/backend/api/v1/reviews/';
// const APILINK = 'https://review-backend.beaucarnes.repl.co/api/v1/reviews/';


const main = document.getElementById("section");
Expand Down

0 comments on commit eb3d1df

Please sign in to comment.