Misc swagger UI enhancements

This commit is contained in:
Łukasz Domeradzki
2024-05-15 15:59:09 +02:00
parent 6aa0300c85
commit d6b5e3981c

View File

@@ -263,6 +263,8 @@ internal static class ArchiKestrel {
static options => {
options.DisplayRequestDuration();
options.EnableDeepLinking();
options.EnableTryItOutByDefault();
options.ShowCommonExtensions();
options.ShowExtensions();
options.SwaggerEndpoint($"{SharedInfo.ASF}/swagger.json", $"{SharedInfo.ASF} API");
}