mirror of
https://github.com/levywang/avhub.git
synced 2026-02-21 08:47:22 +08:00
first commit
This commit is contained in:
parent
f11e497f52
commit
80a271c6e6
@ -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/;
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user