mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
feat: all collections search
Some checks failed
Build and Publish 'anix-api-prox' to Docker Hub / publish (push) Has been cancelled
Build and Publish 'anix' to Docker Hub / publish (push) Has been cancelled
Some checks failed
Build and Publish 'anix-api-prox' to Docker Hub / publish (push) Has been cancelled
Build and Publish 'anix' to Docker Hub / publish (push) Has been cancelled
This commit is contained in:
parent
42d6874cb4
commit
be0731cfba
4 changed files with 24 additions and 8 deletions
|
@ -58,6 +58,7 @@ export const ENDPOINTS = {
|
|||
profileFavorites: `${API_PREFIX}/search/favorites`,
|
||||
profiles: `${API_PREFIX}/search/profiles`,
|
||||
releases: `${API_PREFIX}/search/releases`,
|
||||
collections: `${API_PREFIX}/search/collections`,
|
||||
},
|
||||
statistic: {
|
||||
addHistory: `${API_PREFIX}/history/add`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue