We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2696e9 commit bea0fe7Copy full SHA for bea0fe7
src/Presentation/PortaleFatture.BE.Api/Infrastructure/ConfigurationExtensions.cs
@@ -38,6 +38,7 @@ public static class ConfigurationExtensions
38
private static readonly ModuleManager _moduleManager = new();
39
public static IServiceCollection AddModules(this WebApplicationBuilder builder)
40
{
41
+ // verifica
42
var services = builder.Services;
43
var configuration = builder.Configuration;
44
var isProd = builder.Environment.IsProduction();
0 commit comments