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
+2 -2
View File
@@ -12,7 +12,7 @@ import {
} from "../clients/fileRouteBuilder";
export const getMyCases = (loggedInUserId) => {
const route = buildFileQuery("/api/endpoint/getmycases_api", {
const route = buildFileQuery("/api/myportal/get-my-cases", {
loggedInUserId
});
@@ -32,7 +32,7 @@ export const getMyInvolvements = async (loggedInUserId) => {
};
export const getMyLPACases = (lpaid) => {
const route = buildFileQuery("/api/endpoint/getmylpacases_api", {
const route = buildFileQuery("/api/myportal/get-my-lpa-cases", {
lpaid
});