diff options
Diffstat (limited to 'lib/aggiedit_web/endpoint.ex')
-rw-r--r-- | lib/aggiedit_web/endpoint.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/aggiedit_web/endpoint.ex b/lib/aggiedit_web/endpoint.ex index 47209ad..95577f0 100644 --- a/lib/aggiedit_web/endpoint.ex +++ b/lib/aggiedit_web/endpoint.ex @@ -20,7 +20,7 @@ defmodule AggieditWeb.Endpoint do at: "/", from: :aggiedit, gzip: false, - only: ~w(assets fonts images favicon.ico robots.txt) + only: ~w(assets fonts images favicon.ico robots.txt uploads) # Code reloading can be explicitly enabled under the # :code_reloader configuration of your endpoint. |