social.metadata.moe/lib/pleroma/web/mastodon_api/views/mastodon_view.ex

5 lines
101 B
Elixir
Raw Normal View History

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