feat: change amvstrm to point to self hosted instance
This commit is contained in:
@@ -5,7 +5,7 @@ export async function getEpisodesFromAmvstrm(
|
||||
): Promise<EpisodesResponse | null> {
|
||||
try {
|
||||
const episodes: Episode[] | null = await fetch(
|
||||
`https://api.amvstr.me/api/v2/episode/${aniListId}`,
|
||||
`https://amvstrm.up.railway.app/api/v2/episode/${aniListId}`,
|
||||
)
|
||||
.then((res) => res.json<AmvstrmEpisodesResponse>())
|
||||
.then(({ code, message, episodes }) => {
|
||||
|
||||
Reference in New Issue
Block a user