summaryrefslogtreecommitdiff
path: root/lib/lsg_web/lsg_web.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lsg_web/lsg_web.ex')
-rw-r--r--lib/lsg_web/lsg_web.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lsg_web/lsg_web.ex b/lib/lsg_web/lsg_web.ex
index da622c7..906e961 100644
--- a/lib/lsg_web/lsg_web.ex
+++ b/lib/lsg_web/lsg_web.ex
@@ -55,7 +55,7 @@ defmodule NolaWeb do
def view do
quote do
- use Phoenix.View, root: "lib/lsg_web/templates",
+ use Phoenix.View, root: "lib/nola_web/templates",
namespace: NolaWeb
# Import convenience functions from controllers