Merge branch 'develop' into chore/elixir-1.11
[akkoma] / lib / pleroma / web / plugs / basic_auth_decoder_plug.ex
index af7ecb0d8ff009e32d016d5af8cb697b67619b75..4dadfb0004526355f704f60ee7c4962b94225f3e 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
-defmodule Pleroma.Plugs.BasicAuthDecoderPlug do
+defmodule Pleroma.Web.Plugs.BasicAuthDecoderPlug do
   import Plug.Conn
 
   def init(options) do