feat: 首页更新
This commit is contained in:
@@ -47,7 +47,7 @@ app.use(cors({
|
||||
const API_TARGET = process.env.API_TARGET || 'https://51zhh5.notbug.org';
|
||||
|
||||
// 代理路径列表
|
||||
const PROXY_PATHS = ['/api/v1', '/api/v2', '/api/v3'];
|
||||
const PROXY_PATHS = ['/api/v2'];
|
||||
|
||||
// 为每个路径配置代理
|
||||
PROXY_PATHS.forEach((path) => {
|
||||
|
||||
Reference in New Issue
Block a user