X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fweb%2Fendpoint.ex;h=a1b4108cd6e6f99fc2a3cf8abffc70889b83babc;hb=9be286a9004ae60f8ea48bb0c8871d70223f082b;hp=45a3a345d94b34f1b8cd8fb35f8a0092508d27bb;hpb=5e7ceeba94c179b5ffe98d1bb1115a2e0af196e2;p=akkoma diff --git a/lib/pleroma/web/endpoint.ex b/lib/pleroma/web/endpoint.ex index 45a3a345d..a1b4108cd 100644 --- a/lib/pleroma/web/endpoint.ex +++ b/lib/pleroma/web/endpoint.ex @@ -11,7 +11,7 @@ defmodule Pleroma.Web.Endpoint do at: "/media", from: "uploads", gzip: false plug Plug.Static, at: "/", from: :pleroma, - only: ~w(index.html static) + only: ~w(index.html static finmoji emoji) # Code reloading can be explicitly enabled under the # :code_reloader configuration of your endpoint.