Compare commits
2 Commits
4e18ec1cf3
...
06e77505cc
Author | SHA1 | Date | |
---|---|---|---|
06e77505cc | |||
a03aabc8fb |
|
@ -19,9 +19,10 @@ builder.Services.AddScoped(sp => //new HttpClient
|
||||||
var http = new HttpClient
|
var http = new HttpClient
|
||||||
{
|
{
|
||||||
// BaseAddress = new Uri("http://0.0.0.0:5144")
|
// BaseAddress = new Uri("http://0.0.0.0:5144")
|
||||||
BaseAddress = builder.HostEnvironment.IsDevelopment()
|
BaseAddress = new Uri("https://devacamate.ipstein.myds.me")
|
||||||
? new Uri("https://devacamate.ipstein.myds.me")
|
// BaseAddress = builder.HostEnvironment.IsDevelopment()
|
||||||
: new Uri("https://acamate.ipstein.myds.me")
|
// ? new Uri("https://devacamate.ipstein.myds.me")
|
||||||
|
// : new Uri("https://acamate.ipstein.myds.me")
|
||||||
|
|
||||||
};
|
};
|
||||||
return http;
|
return http;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user