forked from AkkomaGang/akkoma
Fix credo warning
This commit is contained in:
parent
a2a7a1f2ff
commit
d1698267a2
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ defmodule Pleroma.Web.Router do
|
|||
|
||||
scope "/api/pleroma/admin", Pleroma.Web.AdminAPI do
|
||||
pipe_through(:admin_api)
|
||||
|
||||
|
||||
put("/users/disable_mfa", AdminAPIController, :disable_mfa)
|
||||
put("/users/tag", AdminAPIController, :tag_users)
|
||||
delete("/users/tag", AdminAPIController, :untag_users)
|
||||
|
|
Loading…
Reference in a new issue