Added Seeting End point addeduUserId
This commit is contained in:
parent
d9df39eee1
commit
6ee1f502df
|
|
@ -42,7 +42,7 @@ export const gettableData = createAsyncThunk(
|
|||
data?.BranchId != undefined
|
||||
) {
|
||||
return await axiosRetailInstanceData.get(
|
||||
`/Settings?appId=${data?.AppId}&compId=${data?.CompId}&branchId=${data?.BranchId}`
|
||||
`/Settings?appId=${data?.AppId}&compId=${data?.CompId}&branchId=${data?.BranchId}&userId=${data?.UserId}`
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue