Make api calls to a custom endpoint and not the resource name
Hi all , I currently have 4 resources : users , roles , permissions , providers . I want to update resource name to dashboard/user , dashboard/roles , etc. but still make api calls to {{BASE_URL}}/users | roles | permissions | providers only , not {{BASE_URL}}/dashboard/users | roles ...etc . How can i handle this use case ?
P.S. I thought of using identifier property of resources but its giving type error : identifier is not part of ResourceProp .
P.S. I thought of using identifier property of resources but its giving type error : identifier is not part of ResourceProp .
