diff --git a/Gateway/Program.cs b/Gateway/Program.cs index 9e659f4..0fd51f7 100644 --- a/Gateway/Program.cs +++ b/Gateway/Program.cs @@ -1,5 +1,6 @@ var builder = WebApplication.CreateBuilder(args); +// Add services to the container. builder.Services.AddHttpClient(); builder.Services