fix: change base_url

This commit is contained in:
Levy,Wang 2025-03-13 15:59:00 +08:00 committed by GitHub
parent 49855b7b7c
commit 782218b093
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ function switchTab(tabName) {
// 添加 API 配置
const API_CONFIG = {
BASE_URL: 'https://api.wwlww.org/v1',
BASE_URL: '/api/v1',
ENDPOINTS: {
SEARCH: '/avcode',
COLLECTIONS: '/hacg',