diff options
Diffstat (limited to 'lib/rook_web/endpoint.ex')
| -rw-r--r-- | lib/rook_web/endpoint.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rook_web/endpoint.ex b/lib/rook_web/endpoint.ex index 31c9790..d310435 100644 --- a/lib/rook_web/endpoint.ex +++ b/lib/rook_web/endpoint.ex @@ -22,7 +22,7 @@ defmodule RookWeb.Endpoint do at: "/", from: :rook, gzip: false, - only: ~w(css fonts images js favicon.ico robots.txt) + only: ~w(css fonts images js icon robots.txt) # Code reloading can be explicitly enabled under the # :code_reloader configuration of your endpoint. |
