Skip to content

Commit

Permalink
change backend server
Browse files Browse the repository at this point in the history
  • Loading branch information
8YBY8 committed Aug 23, 2024
1 parent 5d59017 commit a9e89a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/movie.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ 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 = 'https://3aa70ddf-379a-4101-a9c3-213ae8ff63e1-00-8akbmliqyvsb.picard.replit.dev/api/v1/reviews/';
const APILINK = 'https://movie-search-app-22pv.onrender.com/api/v1/reviews/';
// const APILINK = 'https://3aa70ddf-379a-4101-a9c3-213ae8ff63e1-00-8akbmliqyvsb.picard.replit.dev/api/v1/reviews/';
// const APILINK = 'https://8yby8.github.io/movie-search-app-backend/api/v1/reviews/';


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

0 comments on commit a9e89a4

Please sign in to comment.