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

6 lines
128 B
Elixir

defmodule Pleroma.Web.MastodonAPI.MastodonView do
use Pleroma.Web, :view
import Phoenix.HTML
import Phoenix.HTML.Form
end