diff options
author | Jordan Bracco <href@random.sh> | 2022-12-17 14:08:54 +0000 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2022-12-20 19:29:41 +0100 |
commit | 29e0342e12d3111ae3164c4478d7d5a5796665ad (patch) | |
tree | b505f11808e37c60ae0cfdba6196c32c57516eda /lib/lsg_web/lsg_web.ex | |
parent | Nola rename, cont. pt. 3. Refs T77. (diff) |
Nola rename, cont. pt. 4. Refs T77.
Diffstat (limited to '')
-rw-r--r-- | lib/lsg_web/lsg_web.ex | 2 |
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 |