mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
hide AI from Output
This commit is contained in:
parent
c6de12fde7
commit
38d640e1cb
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ public static void AddFilterListsApi(this IServiceCollection services)
|
|||
services.AddResponseCaching();
|
||||
services.AddMemoryCache();
|
||||
services.AddSwaggerGenCustom();
|
||||
Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryDebugWriter.IsTracingDisabled = true;
|
||||
}
|
||||
|
||||
private static void AddMvcCustom(this IServiceCollection services)
|
||||
|
|
|
|||
Loading…
Reference in a new issue