mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
change how filters work
This commit is contained in:
parent
27a16128ad
commit
27554eb373
2 changed files with 541 additions and 345 deletions
|
@ -51,7 +51,13 @@ export const ENDPOINTS = {
|
|||
}
|
||||
},
|
||||
filter: `${API_PREFIX}/filter`,
|
||||
search: `${API_URL}/search`,
|
||||
search: {
|
||||
profileList: `${API_PREFIX}/search/profile/list/`,
|
||||
profileHistory: `${API_PREFIX}/search/history/`,
|
||||
profileFavoriteCollection: `${API_PREFIX}/search/favoriteCollections/`,
|
||||
profiles: `${API_PREFIX}/search/profiles/`,
|
||||
releases: `${API_PREFIX}/search/releases/`,
|
||||
},
|
||||
statistic: {
|
||||
addHistory: `${API_PREFIX}/history/add`,
|
||||
markWatched: `${API_PREFIX}/episode/watch`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue