update media manage
All checks were successful
Build and Release / release (push) Successful in 29s

This commit is contained in:
2026-04-23 15:52:18 +07:00
parent bf44502a24
commit e273df1ee2
14 changed files with 830 additions and 66 deletions

1
api.ts
View File

@@ -10,6 +10,7 @@ export const API = {
APPLICATION: `${API_URL_ROOT}/users/current/application`
},
Media:{
GET_MEDIA: `${API_URL_ROOT}/media`,
PRESIGNED: `${API_URL_ROOT}/media/presigned`,
GET_MEDIA_BY_ID: (Id: number | string) => `${API_URL_ROOT}/media/${Id}`,
DELETE_MEDIA_BY_ID: (Id: number | string) => `${API_URL_ROOT}/media/${Id}`,