diff --git a/PepApi.Core/Controllers/NestsController.cs b/PepApi.Core/Controllers/NestsController.cs index c730c78..9b0c00c 100644 --- a/PepApi.Core/Controllers/NestsController.cs +++ b/PepApi.Core/Controllers/NestsController.cs @@ -1,6 +1,6 @@ using Microsoft.AspNetCore.Mvc; -using Microsoft.Extensions.Options; using Microsoft.EntityFrameworkCore; +using Microsoft.Extensions.Options; using PepApi.Core.Configuration; using PepApi.Core.Models; using PepLib; diff --git a/PepApi.Core/Program.cs b/PepApi.Core/Program.cs index 55dab16..ec941a7 100644 --- a/PepApi.Core/Program.cs +++ b/PepApi.Core/Program.cs @@ -4,7 +4,7 @@ using PepLib.Data; var builder = WebApplication.CreateBuilder(args); - + // Enable Windows Service hosting builder.Host.UseWindowsService();