Custom URL

This commit is contained in:
James Hawkins 2021-07-22 15:38:45 +01:00
parent c9235906b0
commit 98d076f4e9
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import { unpack } from './util/unpacker';
const CORS_URL = 'https://safe-reaches-91175.herokuapp.com/';
const CORS_URL = 'https://movie-web-proxy.herokuapp.com/';
const BASE_URL = `${CORS_URL}https://gomo.to`;
const MOVIE_URL = `${BASE_URL}/movie`
const DECODING_URL = `${BASE_URL}/decoding_v3.php`

View File

@ -2,7 +2,7 @@ import Fuse from 'fuse.js'
import JSON5 from 'json5'
function getCorsUrl(url) {
return `https://safe-reaches-91175.herokuapp.com/${url}`;
return `https://movie-web-proxy.herokuapp.com/${url}`;
}
async function getVideoUrl(config) {

View File

@ -103,7 +103,7 @@ export function SearchView() {
React.useEffect(() => {
async function fetchHealth() {
const HOME_URL = "https://safe-reaches-91175.herokuapp.com/https://lookmovie.io/"
const HOME_URL = "https://movie-web-proxy.herokuapp.com/https://lookmovie.io/"
await fetch(HOME_URL).catch(() => {
// Request failed; source likely offline
setOfflineStatus(`Our content provider is currently offline, apologies.`)