diff --git a/src/components/WishImportModal.svelte b/src/components/WishImportModal.svelte index 20add0bf..eab8069b 100644 --- a/src/components/WishImportModal.svelte +++ b/src/components/WishImportModal.svelte @@ -167,7 +167,7 @@ url.searchParams.append('lang', 'en-us'); url.hash = ''; url.host = 'hk4e-api-os.mihoyo.com'; - url.pathname = 'event/gacha_info/api/getGachaLog'; + url.pathname = 'gacha_info/api/getGachaLog'; currentBanner = type.name; diff --git a/src/routes/wish/import.svelte b/src/routes/wish/import.svelte index 863fcd93..dca1e02a 100644 --- a/src/routes/wish/import.svelte +++ b/src/routes/wish/import.svelte @@ -237,7 +237,7 @@ url.searchParams.append('lang', 'en-us'); url.hash = ''; url.host = 'hk4e-api-os.hoyoverse.com'; - url.pathname = 'event/gacha_info/api/getGachaLog'; + url.pathname = 'gacha_info/api/getGachaLog'; if ($server === 'China') { url.host = 'hk4e-api.mihoyo.com';