mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
Update lookmovie.js
This commit is contained in:
parent
b9fccb8354
commit
50ac4e4a66
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import Fuse from 'fuse.js'
|
import Fuse from 'fuse.js'
|
||||||
import JSON5 from 'json5'
|
import JSON5 from 'json5'
|
||||||
|
|
||||||
const BASE_URL = `https://lookmovie.io`;
|
const BASE_URL = `https://lookmovie125.xyz`;
|
||||||
const CORS_URL = `${process.env.REACT_APP_CORS_PROXY_URL}${BASE_URL}`;
|
const CORS_URL = `${process.env.REACT_APP_CORS_PROXY_URL}${BASE_URL}`;
|
||||||
let phpsessid;
|
let phpsessid;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue