Skip to content

Commit

Permalink
Trigger pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanio123 committed Aug 29, 2024
1 parent 3255ede commit dc1a776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/function/Fusion.Resources.Functions/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public override void Configure(IFunctionsHostBuilder builder)
opts.Secret = cfg.GetValue<string>("AzureAd_Secret");
opts.TenantId = cfg.GetValue<string>("AzureAd_TenantId");
});

builder.Services.AddConfigServiceResolver();
builder.Services.AddHttpClients();
}
Expand Down

0 comments on commit dc1a776

Please sign in to comment.