API: fix duplicate :get_password_token route

This commit is contained in:
Alibek Omarov 2021-12-27 02:57:54 +03:00
parent 1c223331fc
commit f66675f349
1 changed files with 0 additions and 1 deletions

View File

@ -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)