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: "/",
|
at: "/",
|
||||||
from: :aprs,
|
from: :aprs,
|
||||||
gzip: false,
|
gzip: false,
|
||||||
only: AprsWeb.static_paths()
|
only: ~w(assets fonts images favicon.ico robots.txt)
|
||||||
|
|
||||||
# Code reloading can be explicitly enabled under the
|
# Code reloading can be explicitly enabled under the
|
||||||
# :code_reloader configuration of your endpoint.
|
# :code_reloader configuration of your endpoint.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue