Skip to content

Commit 59ed815

Browse files
refactor: the title has been changed to “comanda stores | reference.”
1 parent a223f2c commit 59ed815

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ public static void UseSpecification(this IEndpointRouteBuilder app, IWebHostEnvi
1414
options.HideSearch = true;
1515
options.Servers = [];
1616

17-
options.WithTitle("comanda stores | vinder.io");
18-
options.WithClassicLayout();
17+
options.WithTitle("comanda stores | reference");
18+
options.ExpandAllTags();
1919

2020
if (environment.IsProduction())
2121
{

0 commit comments

Comments
 (0)