mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
anix/feat: add recommended to discovery page
This commit is contained in:
parent
05cb74b7f2
commit
56334893b4
3 changed files with 30 additions and 1 deletions
|
@ -79,6 +79,7 @@ export const ENDPOINTS = {
|
|||
interesting: `${API_PREFIX}/discover/interesting`,
|
||||
discussing: `${API_PREFIX}/discover/discussing`,
|
||||
watching: `${API_PREFIX}/discover/watching`,
|
||||
collections: `${API_PREFIX}/collection/all`
|
||||
recommendations: `${API_PREFIX}/discover/recommendations`,
|
||||
collections: `${API_PREFIX}/collection/all`,
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue