fix: update anify url
This commit is contained in:
@@ -12,7 +12,7 @@ export async function getSourcesFromAnify(
|
||||
watchId: string,
|
||||
aniListId: number,
|
||||
): Promise<FetchUrlResponse | null> {
|
||||
const response = await fetch("https://api.anify.tv/sources", {
|
||||
const response = await fetch("https://anify.eltik.cc/sources", {
|
||||
body: JSON.stringify({
|
||||
watchId,
|
||||
providerId: provider,
|
||||
|
||||
Reference in New Issue
Block a user