Skip to content

Commit db6e709

Browse files
refactor: the title has been changed to “comanda subscriptions | reference
1 parent 59ed815 commit db6e709

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Boundaries/Comanda.Subscriptions/Source/Comanda.Subscriptions.WebApi/Extensions/SpecificationExtension.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ public static void UseSpecification(this IEndpointRouteBuilder app, IWebHostEnvi
1010
options.HideDarkModeToggle = true;
1111
options.HideClientButton = true;
1212
options.HideModels = true;
13-
options.HideSearch = true;
1413
options.Servers = [];
1514

16-
options.WithTitle("comanda subscriptions | vinder.io");
17-
options.WithClassicLayout();
15+
options.WithTitle("comanda subscriptions | reference");
16+
options.ExpandAllTags();
1817

1918
if (environment.IsProduction())
2019
{

0 commit comments

Comments
 (0)