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:
@@ -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
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user