Skip to content

Commit

Permalink
mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 31, 2024
1 parent 30de7fb commit 528183e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/support/phoenix_app/endpoint.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
defmodule Tower.PhoenixApp.Endpoint do
use Phoenix.Endpoint, otp_app: :phoenix_app

plug Plug.Parsers, parsers: [] # So that it fetches query params
# So that it fetches query params
plug(Plug.Parsers, parsers: [])
plug(Tower.PhoenixApp.Router)
end

0 comments on commit 528183e

Please sign in to comment.