🚧 wip: try to create character with VA in bulk
This commit is contained in:
@ -2,5 +2,6 @@ export const getContentReferenceAPI = (malId: number) => {
|
||||
return {
|
||||
baseURL: "https://api.jikan.moe/v4",
|
||||
getMediaFullInfo: `/anime/${malId}/full`,
|
||||
getMediaCharactersWithVA: `/anime/${malId}/characters`,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user