From fa3ca6a7cbca4c72e3b21fc7240a0354cb2fa0c0 Mon Sep 17 00:00:00 2001 From: mmrbnjd Date: Thu, 9 Jan 2025 18:35:24 +0330 Subject: [PATCH] ... --- TaxPayerFull/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TaxPayerFull/Program.cs b/TaxPayerFull/Program.cs index b0e273d..5386fb9 100644 --- a/TaxPayerFull/Program.cs +++ b/TaxPayerFull/Program.cs @@ -34,10 +34,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("https://moadiran.ir:444/api/") }); +builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("https://moadiran.ir:444/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/") });