aboutsummaryrefslogtreecommitdiff
path: root/shardweb/config/dev.exs
diff options
context:
space:
mode:
Diffstat (limited to 'shardweb/config/dev.exs')
-rw-r--r--shardweb/config/dev.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/shardweb/config/dev.exs b/shardweb/config/dev.exs
index f5d95e9..a7d4356 100644
--- a/shardweb/config/dev.exs
+++ b/shardweb/config/dev.exs
@@ -36,8 +36,8 @@ config :shardweb, ShardWeb.Endpoint,
patterns: [
~r{priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$},
~r{priv/gettext/.*(po)$},
- ~r{lib/shard_web/views/.*(ex)$},
- ~r{lib/shard_web/templates/.*(eex)$}
+ ~r{lib/views/.*(ex)$},
+ ~r{lib/templates/.*(eex)$}
]
]