summaryrefslogtreecommitdiff
path: root/lib/web.ex
diff options
context:
space:
mode:
authorJordan Bracco <href@random.sh>2023-03-05 10:14:31 +0100
committerJordan Bracco <href@random.sh>2023-03-05 10:14:31 +0100
commit53b9b921987e5e61a6149f46ef98671da7907043 (patch)
treece23bf045ed78e981c39a77589bca572965e0ad9 /lib/web.ex
parentlink/image with pyerlai (tbc) (diff)
Diffstat (limited to 'lib/web.ex')
-rw-r--r--lib/web.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/web.ex b/lib/web.ex
index 906e961..c1720a0 100644
--- a/lib/web.ex
+++ b/lib/web.ex
@@ -55,7 +55,7 @@ defmodule NolaWeb do
def view do
quote do
- use Phoenix.View, root: "lib/nola_web/templates",
+ use Phoenix.View, root: "lib/web/templates",
namespace: NolaWeb
# Import convenience functions from controllers