diff --git a/LANCommander/Program.cs b/LANCommander/Program.cs index be41c0a..edfd75e 100644 --- a/LANCommander/Program.cs +++ b/LANCommander/Program.cs @@ -15,7 +15,6 @@ var builder = WebApplication.CreateBuilder(args); ConfigurationManager configuration = builder.Configuration; // Add services to the container. -var connectionString = builder.Configuration.GetConnectionString("DefaultConnection"); var settings = SettingService.GetSettings(); builder.Services.AddMvc(options => options.EnableEndpointRouting = false);