Migrated MacrosController.cs

This commit is contained in:
Bjarke Berg
2020-06-03 20:39:54 +02:00
parent c363b5a5c2
commit 772041bb8f
4 changed files with 95 additions and 127 deletions

View File

@@ -204,10 +204,10 @@ namespace Umbraco.Web.BackOffice.Controllers
// "macroRenderingApiBaseUrl", _linkGenerator.GetUmbracoApiServiceBaseUrl<MacroRenderingController>(
// controller => controller.GetMacroParameters(0))
// },
// {
// "macroApiBaseUrl", _linkGenerator.GetUmbracoApiServiceBaseUrl<MacrosController>(
// controller => controller.Create(null))
// },
{
"macroApiBaseUrl", _linkGenerator.GetUmbracoApiServiceBaseUrl<MacrosController>(
controller => controller.Create(null))
},
{
"authenticationApiBaseUrl", _linkGenerator.GetUmbracoApiServiceBaseUrl<AuthenticationController>(
controller => controller.PostLogin(null))