Added Seeting End point addeduUserId

This commit is contained in:
Srinath 2026-03-16 15:09:34 +05:30
parent d9df39eee1
commit 6ee1f502df
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export const gettableData = createAsyncThunk(
data?.BranchId != undefined data?.BranchId != undefined
) { ) {
return await axiosRetailInstanceData.get( 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}`
); );
} }
} }