[🐛] url 변경
1. API 가 바라보는 url 변경
This commit is contained in:
parent
f4d0138fec
commit
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