diff --git a/PepApi.Core/Program.cs b/PepApi.Core/Program.cs index f063a4f..e3535e1 100644 --- a/PepApi.Core/Program.cs +++ b/PepApi.Core/Program.cs @@ -4,6 +4,8 @@ using PepLib.Data; var builder = WebApplication.CreateBuilder(args); + + // Enable Windows Service hosting builder.Host.UseWindowsService();