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

@@ -1,13 +0,0 @@
using Umbraco.Core;
using Umbraco.Core.Composing;
namespace Umbraco.Web.Common.Install
{
public class InstallerComposer : IComposer
{
public void Compose(Composition composition)
{
composition.RegisterUnique<InstallAreaRoutes>();
}
}
}