We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3cc8c commit 1879663Copy full SHA for 1879663
lib/phoenix_swagger/plug/swaggerui.ex
@@ -22,7 +22,7 @@ defmodule PhoenixSwagger.Plug.SwaggerUI do
22
alias Plug.Conn
23
24
# Serve static assets before routing
25
- plug(Plug.Static, at: "/", from: :phoenix_swagger)
+ plug(Plug.Static, at: "/", from: :phoenix_swagger, gzip: true)
26
27
plug(:match)
28
plug(:dispatch)
0 commit comments