I got it thanks liangshiwei
Hi,
I have created this controller only to inlcude GetUnitCategoryLookupAsync
and I need it to be appear under the same path in swagger. If I put it under a new controller, it will create it under a new path ,and I guess combobox won't appear in UI !!
I am really stuck with this issue. I would be appreciative if you could help me with it.
Yes I created the controller in *.HttpApi
Hi Support Team I have the same issue above ,I extending
my issue how to use dynamic controller to show the endpoint of the new method which I added in app service without extending OrganizationUnitController?
I tried to use [RemoteService(IsEnabled = false)] to prevent creating duplicate controller but the end point of new method not showing