Skip to content

Commit

Permalink
refactor: disable unused router helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanemachine committed Jan 31, 2024
1 parent 73b0b4a commit 782de0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/quiz_game_web.ex
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ defmodule QuizGameWeb do

def router do
quote do
use Phoenix.Router, helpers: true
use Phoenix.Router

# Import common connection and controller functions to use in pipelines
import Plug.Conn
Expand Down

0 comments on commit 782de0e

Please sign in to comment.