feat(backend): add a user favorites route

This commit is contained in:
Kentai Radiquum 2024-05-01 12:01:34 +05:00
parent f535d09e97
commit 332e1d1918
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 40 additions and 0 deletions

View file

@ -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": {