first commit

This commit is contained in:
levywang 2025-03-11 11:17:00 +08:00
parent f11e497f52
commit 80a271c6e6
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ server {
listen [::]:80;
server_name _;
index index.php index.html index.htm default.php default.htm default.html;
root /app;
root /app/web;
location /api/ {
proxy_pass http://127.0.0.1:8000/;

View File

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