Skip to content

Commit 47cf2f7

Browse files
committed
update swagger api name
1 parent 0de05f2 commit 47cf2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Cms.Integrations.Search.Algolia/AlgoliaComposer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void Compose(IUmbracoBuilder builder)
4242
builder.Services.Configure<SwaggerGenOptions>(options =>
4343
{
4444
options.SwaggerDoc(
45-
Constants.ManagementApi.GroupName,
45+
Constants.ManagementApi.ApiName,
4646
new OpenApiInfo
4747
{
4848
Title = Constants.ManagementApi.ApiTitle,

0 commit comments

Comments
 (0)