diff --git a/installer/templates/phx_umbrella/apps/app_name_web/lib/app_name.ex b/installer/templates/phx_umbrella/apps/app_name_web/lib/app_name.ex index 38b1b149f7..6c708eab8d 100644 --- a/installer/templates/phx_umbrella/apps/app_name_web/lib/app_name.ex +++ b/installer/templates/phx_umbrella/apps/app_name_web/lib/app_name.ex @@ -96,6 +96,7 @@ defmodule <%= @web_namespace %> do # Routes generation with the ~p sigil unquote(verified_routes()) end + end<% end %> def verified_routes do quote do