Update page-douban.php

This commit is contained in:
浪子
2024-06-11 16:15:05 +08:00
parent 6f23f1daae
commit a79b0ac312
+1 -1
View File
@@ -38,7 +38,7 @@ class APIHandler {
this.genre_list = [];
this.genre = [];
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._create();
}