lib/pleroma/web/admin_api/admin_api_controller.ex: Pleroma.Web.AdminAPI.Controller → Pleroma.Web.AdminAPI.AdminAPIController

This commit is contained in:
Haelwenn (lanodan) Monnier 2018-10-12 06:26:58 +02:00
parent c8b8f1d32c
commit 5732eef16b
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
defmodule Pleroma.Web.AdminAPI.Controller do
defmodule Pleroma.Web.AdminAPI.AdminAPIController do
use Pleroma.Web, :controller
alias Pleroma.{User, Repo}
alias Pleroma.Web.ActivityPub.Relay