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

5 lines
101 B
Elixir
Raw Normal View History

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