This commit is contained in:
mmrbnjd
2024-10-12 22:01:42 +03:30
parent df0e414329
commit 694b14fec5
5 changed files with 9 additions and 8 deletions

View File

@@ -33,10 +33,10 @@ builder.Services.AddScoped(sp => new UserAuthenticationDTO()
}) ;
// Server
//builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("http://195.88.208.142:7075/api/") });
builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("http://195.88.208.142:7075/api/") });
//Home
builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("http://localhost:5271/api/") });
//builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("http://localhost:5271/api/") });
//farzan
//builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("http://localhost:5271/api/") });