diff --git a/ArchiSteamFarm/IPC/ArchiKestrel.cs b/ArchiSteamFarm/IPC/ArchiKestrel.cs index c55cbdfdc..4c95a1907 100644 --- a/ArchiSteamFarm/IPC/ArchiKestrel.cs +++ b/ArchiSteamFarm/IPC/ArchiKestrel.cs @@ -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"); }