mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
anix/feat: add interesting carousel to discovery page
This commit is contained in:
parent
93205fdb4e
commit
bfb361a0a8
5 changed files with 121 additions and 15 deletions
|
@ -74,5 +74,8 @@ export const ENDPOINTS = {
|
|||
releaseInCollections: `${API_PREFIX}/collection/all/release`,
|
||||
userCollections: `${API_PREFIX}/collection/all/profile`,
|
||||
favoriteCollections: `${API_PREFIX}/collectionFavorite`,
|
||||
},
|
||||
discover: {
|
||||
interesting: `${API_PREFIX}/discover/interesting`,
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue