mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-10 23:55:05 +01:00
Switch cors proxy
This commit is contained in:
parent
3b6f0c8277
commit
b68c32e9fa
@ -1,6 +1,6 @@
|
||||
import { unpack } from './util/unpacker';
|
||||
|
||||
const CORS_URL = 'https://hidden-inlet-27205.herokuapp.com/';
|
||||
const CORS_URL = 'https://safe-reaches-91175.herokuapp.com/';
|
||||
const BASE_URL = `${CORS_URL}https://gomo.to`;
|
||||
const MOVIE_URL = `${BASE_URL}/movie`
|
||||
const DECODING_URL = `${BASE_URL}/decoding_v3.php`
|
||||
|
@ -2,7 +2,7 @@ import Fuse from 'fuse.js'
|
||||
import JSON5 from 'json5'
|
||||
|
||||
function getCorsUrl(url) {
|
||||
return `https://hidden-inlet-27205.herokuapp.com/${url}`;
|
||||
return `https://safe-reaches-91175.herokuapp.com/${url}`;
|
||||
}
|
||||
|
||||
async function getVideoUrl(config) {
|
||||
|
@ -103,7 +103,7 @@ export function SearchView() {
|
||||
|
||||
React.useEffect(() => {
|
||||
async function fetchHealth() {
|
||||
const HOME_URL = "https://hidden-inlet-27205.herokuapp.com/https://lookmovie.io/"
|
||||
const HOME_URL = "https://safe-reaches-91175.herokuapp.com/https://lookmovie.io/"
|
||||
await fetch(HOME_URL).catch(() => {
|
||||
// Request failed; source likely offline
|
||||
setOfflineStatus(`Our content provider is currently offline, apologies.`)
|
||||
|
Loading…
Reference in New Issue
Block a user