pleroma/lib/pleroma/web/mastodon_api/views/mastodon_view.ex

5 lines
101 B
Elixir
Raw Normal View History

2017-11-12 14:23:05 +01:00
defmodule Pleroma.Web.MastodonAPI.MastodonView do
use Pleroma.Web, :view
import Phoenix.HTML
end