Skip to content

Commit d42c1b7

Browse files
修复搜索
1 parent 74a2a86 commit d42c1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ async function getMangaListByCategory(page, pageSize, filterOptions) {
173173

174174
async function getMangaListBySearching(page, pageSize, keyword) {
175175
const url =
176-
'https://api.copy2000.online/api/kb/web/searchc/comics';
176+
'https://api.copy2000.online/api/kb/web/searcha/comics';
177177
try {
178178
const rawResponse = await window.Rulia.httpRequest({
179179
url: url,

0 commit comments

Comments
 (0)