Skip to content

Commit cc77bc2

Browse files
chore: the title displayed in the documentation has been changed to “Federation | Reference” in the specifications extension, making it more generic.
1 parent 02ece63 commit cc77bc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/HttpsRichardy.Federation.WebApi/Extensions/SpecificationExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static void UseSpecification(this IEndpointRouteBuilder app)
1414
options.HideSearch = true;
1515
options.Servers = [];
1616

17-
options.WithTitle("ichardy Federation | Reference");
17+
options.WithTitle("Federation | Reference");
1818
options.WithClassicLayout();
1919
options.ExpandAllTags();
2020
options.AddPreferredSecuritySchemes(SecuritySchemes.Bearer);

0 commit comments

Comments
 (0)