Added report starter

This commit is contained in:
CHIEFSOFT\ameye
2026-01-03 10:24:34 -05:00
parent d165e9dc0f
commit 064973e190
2 changed files with 68 additions and 24 deletions
+7
View File
@@ -284,6 +284,13 @@ export const getMediaFileList = (reqData) => {
return postAuxEnd(`/panel/account/media-files`, postData, false)
}
export const getReportsTopicsList = (reqData) => {
let postData = {
...reqData,
}
return postAuxEnd(`/panel/report/topics`, postData, false)
}
// FUNCTION TO GET COMMON PRACTICE
export const getCommonPractice = (reqData) => {
let postData = {