feat: add release adding to the collection from a release page

This commit is contained in:
Kentai Radiquum 2024-08-19 17:31:13 +05:00
parent 6d4d320da8
commit 6e7bfac633
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 150 additions and 9 deletions

View file

@ -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`,