diff options
author | Alex Auvolat <alex@adnab.me> | 2018-10-12 14:40:21 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2018-10-12 14:40:21 +0200 |
commit | 1e91dc596fd2f7fdd96b7fd2fc50724f93e46529 (patch) | |
tree | 067d56e6fb9e215cc76dea5c9c82e61ef369d90e /shardweb/config | |
parent | d15d5fbfc5133a9d0f0d99dbbfc023849f61cc37 (diff) | |
download | shard-1e91dc596fd2f7fdd96b7fd2fc50724f93e46529.tar.gz shard-1e91dc596fd2f7fdd96b7fd2fc50724f93e46529.zip |
Move and reorganize some stuff
Diffstat (limited to 'shardweb/config')
-rw-r--r-- | shardweb/config/dev.exs | 4 |
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)$} ] ] |