Change url between list and edit
Hi erveyone !!
actually I have an endpoint which return me all admin user (
Thank you guys !!
actually I have an endpoint which return me all admin user (
myUrl/api/admins) and to edit these a user i need to patch on an other endpoint (myUrl/api/user/{id}). {id} is the id of the user i need to edit. I would like to know if it is possible to use an endpoint for the list view and an other for editing and if it is, how can do that ?Thank you guys !!
