diff options
Diffstat (limited to 'MatrixRoomUtils.Web.Server/Program.cs')
-rw-r--r-- | MatrixRoomUtils.Web.Server/Program.cs | 2 |
1 files changed, 0 insertions, 2 deletions
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. |