chore: add response compression
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2021-01-23 14:24:02 +01:00
parent d9a31187ad
commit d660c59cf7
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -48,6 +48,7 @@ namespace pwt_0x01_ng
services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Version_3_0);
services.AddResponseCompression();
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.