https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6587 - Clean up and fixed issue with Ambiguous actions
This commit is contained in:
@@ -69,6 +69,8 @@ namespace Umbraco.Web.Common.ApplicationModels
|
||||
if (!IsUmbracoApiController(controller))
|
||||
continue;
|
||||
|
||||
|
||||
|
||||
foreach (var action in controller.Actions)
|
||||
{
|
||||
foreach (var convention in ActionModelConventions)
|
||||
|
||||
Reference in New Issue
Block a user