Page MenuHomePhorge

app_view.ex
No OneTemporary

Size
352 B
Referenced Files
None
Subscribers
None

app_view.ex

# Pleroma: A lightweight social networking server
# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Web.PleromaAPI.AppView do
use Pleroma.Web, :view
def render("index.json", %{apps: apps}) do
render_many(apps, Pleroma.Web.MastodonAPI.AppView, "show.json")
end
end

File Metadata

Mime Type
text/x-ruby
Expires
Tue, Jan 20, 1:42 PM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
958895
Default Alt Text
app_view.ex (352 B)

Event Timeline