Plugins.Add(new OpenApiFeature
{
RouteSummary = {
{ “/football”, “Route Summary” }
}
});
Has you can see from the attached picture, it seems not working … using
“ServiceStack.Api.OpenApi” version="4.5.8
any clue about what is wrong ?
thank you
enrico