We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f29de5 commit 5baaed3Copy full SHA for 5baaed3
src/Umbraco.Cms.Integrations.Search.Algolia/Api/Management/Controllers/SearchControllerBase.cs
@@ -9,7 +9,7 @@ namespace Umbraco.Cms.Integrations.Search.Algolia.Api.Management.Controllers;
9
[ApiController]
10
[BackOfficeRoute($"{Constants.ManagementApi.RootPath}/v{{version:apiVersion}}/search")]
11
[Authorize(Policy = AuthorizationPolicies.BackOfficeAccess)]
12
-[MapToApi(Constants.ManagementApi.GroupName)]
+[MapToApi(Constants.ManagementApi.ApiName)]
13
public abstract class SearchControllerBase : Controller
14
{
15
0 commit comments