Current section
Files
Jump to
Current section
Files
lib/beacon/live_admin/web_api/page.ex
defmodule Beacon.LiveAdmin.WebAPI.Page do
@moduledoc false
import Beacon.LiveAdmin.Cluster, only: [call: 4]
def show(site, page) do
call(site, Beacon.Web.API.PageJSON, :show, [%{page: page}])
end
end