From 12e2cdc427ea7118dc17b78abecf9400eb9c6e50 Mon Sep 17 00:00:00 2001 From: Andrea Leopardi Date: Tue, 20 Aug 2024 09:06:50 +0200 Subject: [PATCH] Fix syntax error --- .../templates/phx_umbrella/apps/app_name_web/lib/app_name.ex | 1 + 1 file changed, 1 insertion(+) 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