From 2d0a468395edfa7cfbd568bf5add06439ec4b334 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 11 Jul 2025 13:27:51 +0100 Subject: [PATCH] dead code cleanup --- src/Api/Program.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Api/Program.cs b/src/Api/Program.cs index 543ae951..e24380d9 100644 --- a/src/Api/Program.cs +++ b/src/Api/Program.cs @@ -72,12 +72,7 @@ internal class Program .AddTransient() .AddTransient(); services.AddTransient(); - /* - services.AddIdentityApiEndpoints(); - services.AddSingleton(); - services.AddSingleton(); - services.AddSession(); - */ + WorkflowHelpers.ConfigureBillingService(); using (var app = builder.Build()) {