From eb3d1df2e4c967c84255794ef8c964461e642b52 Mon Sep 17 00:00:00 2001 From: 8YBY8 Date: Wed, 27 Mar 2024 22:27:31 +0800 Subject: [PATCH] Update movie.js --- frontend/movie.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/movie.js b/frontend/movie.js index 5d862a8..4f85be0 100644 --- a/frontend/movie.js +++ b/frontend/movie.js @@ -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");