From 5931363deaa21a91fb095253ee9439aaff027596 Mon Sep 17 00:00:00 2001 From: StuartFerguson Date: Thu, 21 May 2026 20:01:02 +0100 Subject: [PATCH] complete jobs on work package --- MessagingService/Bootstrapper/MiddlewareRegistry.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/MessagingService/Bootstrapper/MiddlewareRegistry.cs b/MessagingService/Bootstrapper/MiddlewareRegistry.cs index 3360634..7ee4198 100644 --- a/MessagingService/Bootstrapper/MiddlewareRegistry.cs +++ b/MessagingService/Bootstrapper/MiddlewareRegistry.cs @@ -92,12 +92,6 @@ private void ConfigureAuthentication() { this.AddClientCredentialsOnlyPolicy(); this.AddClientCredentialsHandler(); - - //this.ConfigureHttpJsonOptions(options => - //{ - // options.SerializerOptions.PropertyNamingPolicy = new SnakeCaseNamingPolicy(); - // options.SerializerOptions.PropertyNameCaseInsensitive = true; // optional, but safer - //}); } private void ConfigureSwagger() {