diff --git a/ApiDto/Responses/Schedule/GroupScheduleResponse.cs b/ApiDto/Responses/Schedule/GroupScheduleResponse.cs
index c0a7f42..f3ee2f2 100644
--- a/ApiDto/Responses/Schedule/GroupScheduleResponse.cs
+++ b/ApiDto/Responses/Schedule/GroupScheduleResponse.cs
@@ -50,8 +50,8 @@ public class GroupScheduleInfo
/// If is , then there are no specific
///
///
-
public bool? IsExcludedWeeks { get; set; }
+
///
/// The week numbers required for the correct display of the schedule.
///
diff --git a/Endpoint/Backend.http b/Endpoint/Backend.http
deleted file mode 100644
index a93dbd0..0000000
--- a/Endpoint/Backend.http
+++ /dev/null
@@ -1,6 +0,0 @@
-@Backend_HostAddress = http://localhost:5269
-
-GET {{Backend_HostAddress}}/weatherforecast/
-Accept: application/json
-
-###
diff --git a/Endpoint/Configuration/General/Settings/DbSettings.cs b/Endpoint/Configuration/General/Settings/DbSettings.cs
index 2fa5ff9..e8a8bb1 100644
--- a/Endpoint/Configuration/General/Settings/DbSettings.cs
+++ b/Endpoint/Configuration/General/Settings/DbSettings.cs
@@ -1,7 +1,7 @@
-using System;
-using Mirea.Api.DataAccess.Persistence.Common;
+using Mirea.Api.DataAccess.Persistence.Common;
using Mirea.Api.Endpoint.Configuration.General.Attributes;
using Mirea.Api.Endpoint.Configuration.General.Interfaces;
+using System;
namespace Mirea.Api.Endpoint.Configuration.General.Settings;