1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-09-11 14:17:21 +01:00

AppController: remove unnecessary require Logger

This commit is contained in:
Alex Gleason 2021-12-27 18:30:16 -06:00
parent cb2a072e62
commit 7704a722c0
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -17,8 +17,6 @@ defmodule Pleroma.Web.MastodonAPI.AppController do
alias Pleroma.Web.OAuth.Scopes
alias Pleroma.Web.OAuth.Token
require Logger
action_fallback(Pleroma.Web.MastodonAPI.FallbackController)
plug(:skip_auth when action in [:create, :verify_credentials])