IdempotencyPlug module name

This commit is contained in:
Alexander Strizhakov 2020-06-24 10:09:39 +03:00
commit 5cd7030076
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
3 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Plugs.IdempotencyPlug do
defmodule Pleroma.Web.Plugs.IdempotencyPlug do
import Phoenix.Controller, only: [json: 2]
import Plug.Conn