diff --git a/lib/quiz_game_web.ex b/lib/quiz_game_web.ex index c9cf66c..b8adeed 100644 --- a/lib/quiz_game_web.ex +++ b/lib/quiz_game_web.ex @@ -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