fix static asset serving
This commit is contained in:
parent
51122d5abd
commit
b1c6a2135c
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ defmodule AprsWeb.Endpoint do
|
|||
at: "/",
|
||||
from: :aprs,
|
||||
gzip: false,
|
||||
only: AprsWeb.static_paths()
|
||||
only: ~w(assets fonts images favicon.ico robots.txt)
|
||||
|
||||
# Code reloading can be explicitly enabled under the
|
||||
# :code_reloader configuration of your endpoint.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue