mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-02 10:59:40 +05:00
frontend: add history page.
frend: make releaseOverview component
This commit is contained in:
parent
78ca3ef054
commit
185e537603
4 changed files with 106 additions and 41 deletions
|
@ -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`,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue