mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-10 05:34:25 +00:00
Misc swagger UI enhancements
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user