Gets auto-routing back office api controllers working, lots of notes

This commit is contained in:
Shannon
2020-05-14 17:04:16 +10:00
parent 64b78676da
commit e3591923c3
23 changed files with 225 additions and 122 deletions

View File

@@ -79,7 +79,7 @@ namespace Umbraco.Web.Common.Controllers
/// </summary>
/// <param name="controllerType">The controller type.</param>
/// <returns>Metadata for the controller type.</returns>
internal static PluginControllerMetadata GetMetadata(Type controllerType)
public static PluginControllerMetadata GetMetadata(Type controllerType)
{
return MetadataStorage.GetOrAdd(controllerType, type =>
{