This commit is contained in:
mmrbnjd
2024-10-16 16:35:38 +03:30
parent 7ebc2cb731
commit 2a2de590da
6 changed files with 21 additions and 41 deletions

View File

@@ -33,13 +33,13 @@ 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/") });
//farzan
//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/") });
CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("fa-Ir");