Enable compression in Rack

This commit is contained in:
James Mason 2017-11-12 21:06:01 -08:00
parent 26b6902af3
commit 32a6d69851

View file

@ -1,4 +1,5 @@
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
use Rack::Deflater
run Osem::Application