mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
This commit is contained in:
@@ -280,6 +280,7 @@ internal static class ArchiKestrel {
|
|||||||
"/swagger", static options => {
|
"/swagger", static options => {
|
||||||
options.DefaultFonts = false;
|
options.DefaultFonts = false;
|
||||||
options.OpenApiRoutePattern = $"/swagger/{SharedInfo.ASF}/swagger.json";
|
options.OpenApiRoutePattern = $"/swagger/{SharedInfo.ASF}/swagger.json";
|
||||||
|
options.Telemetry = false;
|
||||||
options.Theme = ScalarTheme.Kepler;
|
options.Theme = ScalarTheme.Kepler;
|
||||||
options.Title = $"{SharedInfo.AssemblyName} API";
|
options.Title = $"{SharedInfo.AssemblyName} API";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user