Merge branch 'develop' into chore/elixir-1.11
[akkoma] / lib / pleroma / web / mastodon_api / controllers / instance_controller.ex
index d8859731d97e52c880295a10bf0aa8e5b27edf35..07a32491a69322b5466672b5ee1ab56a785c7c26 100644 (file)
@@ -9,7 +9,7 @@ defmodule Pleroma.Web.MastodonAPI.InstanceController do
 
   plug(
     :skip_plug,
-    [Pleroma.Plugs.OAuthScopesPlug, Pleroma.Plugs.EnsurePublicOrAuthenticatedPlug]
+    [Pleroma.Web.Plugs.OAuthScopesPlug, Pleroma.Web.Plugs.EnsurePublicOrAuthenticatedPlug]
     when action in [:show, :peers]
   )