Merged PR 2432: Add myportal API grouping facade read slice

Add myportal API grouping facade read slice

Related work items: #23754
This commit is contained in:
Robert Bond
2026-06-25 09:37:01 +00:00
parent a1b89d19b8
commit 94b19f9697
8 changed files with 306 additions and 3 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ export const getAppealPDFDocument = async (incidentid) => {
};
export const getPortalModuleDetails = async (appealType, caseReference) => {
const route = buildFileQuery("/api/endpoint/getportalmoduledetails_api", {
const route = buildFileQuery("/api/myportal/get-portal-module-details", {
appealType,
caseReference: encodeURI(caseReference)
});