From 782de0ea2cf7f272bf1b2e75054986fd98a5b6b4 Mon Sep 17 00:00:00 2001 From: Nicholas Moen Date: Tue, 30 Jan 2024 18:15:49 -0700 Subject: [PATCH] refactor: disable unused router helpers --- lib/quiz_game_web.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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