media files

This commit is contained in:
CHIEFSOFT\ameye
2026-01-01 01:05:48 -05:00
parent f6c2b1129d
commit 2924401c9b
4 changed files with 49 additions and 56 deletions
+7
View File
@@ -277,6 +277,13 @@ export const getSubscriptions = (reqData) => {
return postAuxEnd(`/panel/subscription/products`, postData, false)
}
export const getMediaFileList = (reqData) => {
let postData = {
...reqData,
}
return postAuxEnd(`/panel/account/media-files`, postData, false)
}
// FUNCTION TO GET COMMON PRACTICE
export const getCommonPractice = (reqData) => {
let postData = {