From 318c1bbfae78f87d6fa2c3b6e870534c1bcff655 Mon Sep 17 00:00:00 2001 From: bekodeg Date: Sun, 12 May 2024 11:12:36 +0400 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20=D1=80=D0=B5?= =?UTF-8?q?=D0=B4=D0=B8=D1=80=D0=B5=D0=BA=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SushiBar/SushiBarBusinessLogic/BusinessLogics/ClientLogic.cs | 3 +-- SushiBar/SushiBarClientApi/Program.cs | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/SushiBar/SushiBarBusinessLogic/BusinessLogics/ClientLogic.cs b/SushiBar/SushiBarBusinessLogic/BusinessLogics/ClientLogic.cs index 90170c8..0620d68 100644 --- a/SushiBar/SushiBarBusinessLogic/BusinessLogics/ClientLogic.cs +++ b/SushiBar/SushiBarBusinessLogic/BusinessLogics/ClientLogic.cs @@ -11,8 +11,7 @@ namespace SushiBarBusinessLogic.BusinessLogics { private readonly ILogger _logger; private readonly IClientStorage _clientStorage; - public ClientLogic(ILogger logger, IClientStorage - componentStorage) + public ClientLogic(ILogger logger, IClientStorage componentStorage) { _logger = logger; _clientStorage = componentStorage; diff --git a/SushiBar/SushiBarClientApi/Program.cs b/SushiBar/SushiBarClientApi/Program.cs index 69675be..6dee2bf 100644 --- a/SushiBar/SushiBarClientApi/Program.cs +++ b/SushiBar/SushiBarClientApi/Program.cs @@ -17,7 +17,6 @@ if (!app.Environment.IsDevelopment()) app.UseHsts(); } -app.UseHttpsRedirection(); app.UseStaticFiles(); app.UseRouting();