Update page-douban.php

This commit is contained in:
浪子 2024-06-11 16:15:05 +08:00
parent 6f23f1daae
commit a79b0ac312
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class APIHandler {
this.genre_list = []; this.genre_list = [];
this.genre = []; this.genre = [];
this.subjects = []; this.subjects = [];
this.baseAPI = "https://node.wpista.com/v1/outer/"; this.baseAPI = "https://cors.ow3.cn/https://node.wpista.com/v1/outer/";
this.token = token; this.token = token;
this._create(); this._create();
} }