aboutsummaryrefslogtreecommitdiffstats
path: root/config.ru
diff options
context:
space:
mode:
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.ru b/config.ru
index 766432f..238f43f 100644
--- a/config.ru
+++ b/config.ru
@@ -4,4 +4,6 @@ Service.setup
# Start web app
require_relative "app"
+
+use Rack::Deflater
run App