We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5dffbcc + 44415fa commit a9412acCopy full SHA for a9412ac
src/CarbonAware.WebApi/src/Program.cs
@@ -13,7 +13,6 @@
13
CarbonAwareVariablesConfiguration config = new();
14
builder.Configuration.GetSection(CarbonAwareVariablesConfiguration.Key).Bind(config);
15
16
-
17
// Add services to the container.
18
builder.Services.AddControllers(options =>
19
{
0 commit comments