forked from 77media/video-flow
Merge remote-tracking branch 'origin/dev' into pre
This commit is contained in:
commit
d54f2e954c
@ -1,4 +1,4 @@
|
||||
import { BASE_URL } from './api/constants';
|
||||
const BASE_URL = 'https://movieflow.api.huiying.video'
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
eslint: {
|
||||
@ -36,7 +36,7 @@ const nextConfig = {
|
||||
return [
|
||||
{
|
||||
source: '/api/proxy/:path*',
|
||||
destination: 'https://77.smartvideo.py.qikongjian.com/:path*',
|
||||
destination: BASE_URL+'/:path*',
|
||||
},
|
||||
{
|
||||
source: '/api/resources/:path*',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user