mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-02 10:59:40 +05:00
feat(frontend): add user favorites page
This commit is contained in:
parent
332e1d1918
commit
90f2ba54e5
4 changed files with 81 additions and 10 deletions
|
@ -20,6 +20,7 @@ export const endpoints = {
|
|||
delayed: `${API_URL}/bookmarks/delayed`,
|
||||
abandoned: `${API_URL}/bookmarks/abandoned`,
|
||||
},
|
||||
favorites: `${API_URL}/favorites`,
|
||||
},
|
||||
release: `${API_URL}/release`,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue