We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65cd4c commit f639b2eCopy full SHA for f639b2e
lib/keila_web/endpoint.ex
@@ -24,7 +24,7 @@ defmodule KeilaWeb.Endpoint do
24
at: "/",
25
from: :keila,
26
gzip: true,
27
- only: ~w(css fonts images js favicon.ico robots.txt downloads)
+ only: ~w(css fonts images js favicon.ico robots.txt downloads api vendor)
28
29
# Code reloading can be explicitly enabled under the
30
# :code_reloader configuration of your endpoint.
0 commit comments