Skip to content

Commit f639b2e

Browse files
committed
Allow serving static vendor files
1 parent e65cd4c commit f639b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/keila_web/endpoint.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule KeilaWeb.Endpoint do
2424
at: "/",
2525
from: :keila,
2626
gzip: true,
27-
only: ~w(css fonts images js favicon.ico robots.txt downloads)
27+
only: ~w(css fonts images js favicon.ico robots.txt downloads api vendor)
2828

2929
# Code reloading can be explicitly enabled under the
3030
# :code_reloader configuration of your endpoint.

0 commit comments

Comments
 (0)