diff --git a/CulinaryCommandApp/Program.cs b/CulinaryCommandApp/Program.cs index e2275af..eee80e5 100644 --- a/CulinaryCommandApp/Program.cs +++ b/CulinaryCommandApp/Program.cs @@ -165,6 +165,9 @@ builder.Services.AddScoped(); builder.Services.AddScoped(); builder.Services.AddSingleton(); +builder.Services.AddScoped(); +builder.Services.AddScoped(); +builder.Services.AddHttpClient(); builder.Services.Configure(o =>