frontend: add history page.

frend: make releaseOverview component
This commit is contained in:
Kentai Radiquum 2024-04-27 11:09:46 +05:00
parent 78ca3ef054
commit 185e537603
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 106 additions and 41 deletions

View file

@ -11,5 +11,13 @@ export const endpoints = {
user: {
profile: `${API_URL}/profile`,
auth: `${API_URL}/auth`,
history: `${API_URL}/favorites/history`,
bookmarks: {
watching: `${API_URL}/favorites/watching`,
planned: `${API_URL}/favorites/planned`,
watched: `${API_URL}/favorites/watched`,
delayed: `${API_URL}/favorites/delayed`,
abandoned: `${API_URL}/favorites/abandoned`,
},
},
};