diff --git a/Program.cs b/Program.cs index 4d8533d..ad191d2 100644 --- a/Program.cs +++ b/Program.cs @@ -19,9 +19,10 @@ builder.Services.AddScoped(sp => //new HttpClient var http = new HttpClient { // BaseAddress = new Uri("http://0.0.0.0:5144") - BaseAddress = builder.HostEnvironment.IsDevelopment() - ? new Uri("https://devacamate.ipstein.myds.me") - : new Uri("https://acamate.ipstein.myds.me") + BaseAddress = new Uri("https://devacamate.ipstein.myds.me") + // BaseAddress = builder.HostEnvironment.IsDevelopment() + // ? new Uri("https://devacamate.ipstein.myds.me") + // : new Uri("https://acamate.ipstein.myds.me") }; return http;