Posted 19 July 2024, 3:10 am EST
Hi all,
I see active report call API has routes like “api/theme/list”, “api/reports/content”. Unfortunately, my application is also calling the api in this path, for example: api/reports/getlist, can you provide a way to edit the active report routes to something other than the existing one like ar/ {controller}/{action}?
I just want your api to be different from the route I’m running, I think this will solve the problem I’m having here.