fix: 更新默认API端点地址
This commit is contained in:
parent
59f7551913
commit
64a9e5d52e
@ -9,7 +9,7 @@ const sharp = require('sharp');
|
||||
|
||||
const CACHE_DIR_NAME = '.cache';
|
||||
const DEFAULT_PORT = 9001;
|
||||
const DEFAULT_API_ENDPOINT = 'http://183.6.121.121:9005/get/';
|
||||
const DEFAULT_API_ENDPOINT = 'http://183.6.121.121:9521/alist';
|
||||
|
||||
const cacheDir = pathModule.join(__dirname, CACHE_DIR_NAME);
|
||||
const pathIndex = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user