From b02fb81a56bd94b38fdb26771c3e591419f0f49c Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Wed, 3 May 2023 20:42:20 +0200 Subject: Small refactoring --- MatrixRoomUtils.Web.Server/Program.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'MatrixRoomUtils.Web.Server') diff --git a/MatrixRoomUtils.Web.Server/Program.cs b/MatrixRoomUtils.Web.Server/Program.cs index 9808111..a486226 100644 --- a/MatrixRoomUtils.Web.Server/Program.cs +++ b/MatrixRoomUtils.Web.Server/Program.cs @@ -1,5 +1,3 @@ -using Microsoft.AspNetCore.ResponseCompression; - var builder = WebApplication.CreateBuilder(args); // Add services to the container. -- cgit 1.5.1