ExpectPublicOrAuthenticatedCheckPlug module name

This commit is contained in:
Alexander Strizhakov 2020-06-24 10:43:19 +03:00
commit 99e4ed21b1
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
4 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ defmodule Pleroma.Web.Router do
end
pipeline :expect_public_instance_or_authentication do
plug(Pleroma.Plugs.ExpectPublicOrAuthenticatedCheckPlug)
plug(Pleroma.Web.Plugs.ExpectPublicOrAuthenticatedCheckPlug)
end
pipeline :authenticate do