forked from AkkomaGang/akkoma
API: fix duplicate :get_password_token route
This commit is contained in:
parent
1c223331fc
commit
f66675f349
1 changed files with 0 additions and 1 deletions
|
@ -199,7 +199,6 @@ defmodule Pleroma.Web.Router do
|
|||
post("/relay", RelayController, :follow)
|
||||
delete("/relay", RelayController, :unfollow)
|
||||
|
||||
get("/users/:nickname/password_reset", AdminAPIController, :get_password_reset)
|
||||
patch("/users/force_password_reset", AdminAPIController, :force_password_reset)
|
||||
get("/users/:nickname/credentials", AdminAPIController, :show_user_credentials)
|
||||
patch("/users/:nickname/credentials", AdminAPIController, :update_user_credentials)
|
||||
|
|
Loading…
Reference in a new issue