Add finmoji.

This commit is contained in:
Roger Braun 2017-06-19 17:51:43 +02:00
commit 66b4fee80e
131 changed files with 83 additions and 1 deletions

View file

@ -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)
# Code reloading can be explicitly enabled under the
# :code_reloader configuration of your endpoint.