diff --git a/OpenFTTH.APIGateway/Startup.cs b/OpenFTTH.APIGateway/Startup.cs index c46d674..fe887f9 100644 --- a/OpenFTTH.APIGateway/Startup.cs +++ b/OpenFTTH.APIGateway/Startup.cs @@ -105,7 +105,6 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env) else { app.UseExceptionHandler("/Error"); - app.UseHsts(); } app.UseWebSockets();