mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-04 03:49:39 +05:00
feat(backend): add a user favorites route
This commit is contained in:
parent
f535d09e97
commit
332e1d1918
4 changed files with 40 additions and 0 deletions
|
@ -33,6 +33,7 @@ ENDPOINTS: Endpoints = {
|
|||
"watched": f"{API_URL}/profile/list/all/3",
|
||||
"delayed": f"{API_URL}/profile/list/all/4",
|
||||
"abandoned": f"{API_URL}/profile/list/all/5",
|
||||
"favorite": f"{API_URL}/favorite",
|
||||
},
|
||||
"search": f"{API_URL}/search/releases",
|
||||
"statistic": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue