mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Update Startup.cs
This commit is contained in:
committed by
dependabot-preview[bot]
parent
f201955c0c
commit
9489de5d95
@@ -171,7 +171,7 @@ namespace ArchiSteamFarm.IPC {
|
||||
);
|
||||
|
||||
options.CustomSchemaIds(type => type.GetUnifiedName());
|
||||
options.EnableAnnotations(true);
|
||||
options.EnableAnnotations(true, true);
|
||||
options.SchemaFilter<EnumSchemaFilter>();
|
||||
|
||||
options.SwaggerDoc(
|
||||
|
||||
Reference in New Issue
Block a user