mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-29 01:19:41 +05:00
feat: add release adding to the collection from a release page
This commit is contained in:
parent
6d4d320da8
commit
6e7bfac633
4 changed files with 150 additions and 9 deletions
|
@ -24,6 +24,7 @@ export const ENDPOINTS = {
|
|||
collection: {
|
||||
base: `${API_PREFIX}/collection`,
|
||||
list: `${API_PREFIX}/collection/list`,
|
||||
addRelease: `${API_PREFIX}/collectionMy/release/add`,
|
||||
create: `${API_PREFIX}/collectionMy/create`,
|
||||
delete: `${API_PREFIX}/collectionMy/delete`,
|
||||
edit: `${API_PREFIX}/collectionMy/edit`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue