diff --git a/Back/Program.cs b/Back/Program.cs index 782c9c0..7ca73db 100644 --- a/Back/Program.cs +++ b/Back/Program.cs @@ -107,8 +107,8 @@ builder.Services.AddCors(options => policy.AllowAnyOrigin() //.WithOrigins("https://localhost:7224", "http://localhost:5107" // , "http://195.88.208.142", "http://moadiran.ir" - // , "https://195.88.208.142", "https://moadiran.ir" - //, "https://195.88.208.142:440", "https://moadiran.ir:440", "https://localhost:44346") + // , "https://195.88.208.142", "http://156.255.1.229:3101" + //, "https://195.88.208.142:440", "http://156.255.1.229:3101:440", "https://localhost:44346") .AllowAnyHeader() .WithHeaders(HeaderNames.ContentType) .AllowAnyMethod(); diff --git a/Back/appsettings.json b/Back/appsettings.json index 11d0648..f946768 100644 --- a/Back/appsettings.json +++ b/Back/appsettings.json @@ -8,7 +8,7 @@ "AllowedHosts": "*", "TaxPayerApi": "https://tp.tax.gov.ir/req/api/", "ConnectionStrings": { - "Base": "Data Source=195.88.208.142;Initial Catalog=TaxPayer020713;User ID=sa;Password=M439610m@;TrustServerCertificate=True" + "Base": "Data Source=156.255.1.229;Initial Catalog=TaxPayer020713;User ID=sa;Password=SAPassw0rd;TrustServerCertificate=True" }, "Fixedvalues": { diff --git a/TaxPayerFull/Layout/Lheaderbottom.razor b/TaxPayerFull/Layout/Lheaderbottom.razor index 28555b3..4695c26 100644 --- a/TaxPayerFull/Layout/Lheaderbottom.razor +++ b/TaxPayerFull/Layout/Lheaderbottom.razor @@ -4,7 +4,7 @@
- + شروع کنید @@ -351,7 +351,7 @@

راه حلی برای مدیریت بهتر صورتحساب ها

- + شروع کنید diff --git a/moadiran/Pages/ListBlog.razor b/moadiran/Pages/ListBlog.razor index 4298a9b..31979ad 100644 --- a/moadiran/Pages/ListBlog.razor +++ b/moadiran/Pages/ListBlog.razor @@ -17,8 +17,8 @@ - - + + diff --git a/moadiran/Program.cs b/moadiran/Program.cs index bae90d8..05692b8 100644 --- a/moadiran/Program.cs +++ b/moadiran/Program.cs @@ -39,7 +39,7 @@ builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri(BaseAddr // 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("http://156.255.1.229:3101:444/api/") }); //Home //builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("http://localhost:5271/api/") }); diff --git a/moadiran/appsettings.json b/moadiran/appsettings.json index c10c532..b90cc89 100644 --- a/moadiran/appsettings.json +++ b/moadiran/appsettings.json @@ -1,5 +1,5 @@ { - "BaseAddress": "http://192.168.1.14:3201/api/", + "BaseAddress": "http://156.255.1.229:3201/api/", "Logging": { "LogLevel": { "Default": "Information", diff --git a/moadiran/wwwroot/robots.txt b/moadiran/wwwroot/robots.txt index e5cf677..8a92896 100644 --- a/moadiran/wwwroot/robots.txt +++ b/moadiran/wwwroot/robots.txt @@ -2,4 +2,4 @@ Allow: / User-Agent: * -DisAllow : https://moadiran.ir:440/Sign-in \ No newline at end of file +DisAllow : http://156.255.1.229:3102/Sign-in \ No newline at end of file