Skip to content

Commit bea0fe7

Browse files
committed
fix: 660
Merged PR 222: Verifica git Related work items: #660
1 parent a2696e9 commit bea0fe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Presentation/PortaleFatture.BE.Api/Infrastructure/ConfigurationExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public static class ConfigurationExtensions
3838
private static readonly ModuleManager _moduleManager = new();
3939
public static IServiceCollection AddModules(this WebApplicationBuilder builder)
4040
{
41+
// verifica
4142
var services = builder.Services;
4243
var configuration = builder.Configuration;
4344
var isProd = builder.Environment.IsProduction();

0 commit comments

Comments
 (0)