feat(frontend): add user favorites page

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

View file

@ -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`,
};