Skip to content

Commit

Permalink
test new backend link
Browse files Browse the repository at this point in the history
  • Loading branch information
8YBY8 committed Jul 23, 2024
1 parent bbb318a commit 3f4d995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/movie.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ const movieTitle = url.searchParams.get("title")
// doc: https://developer.themoviedb.org/docs/append-to-response
// const APILINK = 'http://127.0.0.1:5500/backend/api/v1/reviews/';
// const APILINK = '../backend/api/v1/reviews/';
const APILINK = 'http://localhost:5000/api/v1/reviews/';
// const APILINK = 'http://localhost:5000/api/v1/reviews/';
const APILINK = 'https://3aa70ddf-379a-4101-a9c3-213ae8ff63e1-00-8akbmliqyvsb.picard.replit.dev/api/v1/reviews/';


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

0 comments on commit 3f4d995

Please sign in to comment.