mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-01 18:39:40 +05:00
feat: add bookmarks & bookmarks category pages
This commit is contained in:
parent
a3f5f2e116
commit
bccc8407fc
13 changed files with 624 additions and 155 deletions
|
@ -7,18 +7,23 @@ export const ENDPOINTS = {
|
|||
info: `${API_URL}/release`,
|
||||
episode: `${API_URL}/episode`,
|
||||
},
|
||||
profile: `${API_URL}/profile`,
|
||||
filter: `${API_URL}/filter`,
|
||||
auth: `${API_URL}/auth/signIn`,
|
||||
user: {
|
||||
profile: `${API_URL}/profile`,
|
||||
bookmark: `${API_URL}/profile/list/all`,
|
||||
history: `${API_URL}/history`,
|
||||
watching: `${API_URL}/profile/list/all/1`,
|
||||
planned: `${API_URL}/profile/list/all/2`,
|
||||
watched: `${API_URL}/profile/list/all/3`,
|
||||
delayed: `${API_URL}/profile/list/all/4`,
|
||||
abandoned: `${API_URL}/profile/list/all/5`,
|
||||
favorite: `${API_URL}/favorite`,
|
||||
},
|
||||
filter: `${API_URL}/filter`,
|
||||
auth: `${API_URL}/auth/signIn`,
|
||||
// user: {
|
||||
// history: `${API_URL}/history`,
|
||||
// watching: `${API_URL}/profile/list/all/1`,
|
||||
// planned: `${API_URL}/profile/list/all/2`,
|
||||
// watched: `${API_URL}/profile/list/all/3`,
|
||||
// delayed: `${API_URL}/profile/list/all/4`,
|
||||
// abandoned: `${API_URL}/profile/list/all/5`,
|
||||
// favorite: `${API_URL}/favorite`,
|
||||
// },
|
||||
search: `${API_URL}/search/releases`,
|
||||
statistic: {
|
||||
addHistory: `${API_URL}/history/add`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue