mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-11 21:29:50 +02:00
Add merge page
This commit is contained in:
@@ -98,7 +98,7 @@ const search = async (query: string): Promise<MinimalManga[]> => {
|
||||
return await $fetch<MinimalManga>(new Request(`${config.public.openFetch.api.baseURL}v2/Search/Url`), {
|
||||
method: 'POST',
|
||||
body: JSON.stringify(query),
|
||||
}).then(x => [x]);
|
||||
}).then((x) => [x]);
|
||||
} else if (connector.value) {
|
||||
return await $fetch<MinimalManga[]>(
|
||||
new Request(`${config.public.openFetch.api.baseURL}v2/Search/${connector.value.name}/${query}`)
|
||||
|
Reference in New Issue
Block a user