Move user search to User module.
This commit is contained in:
parent
efe12e1a73
commit
502cb38cd6
4 changed files with 27 additions and 15 deletions
|
|
@ -55,7 +55,7 @@ defmodule Pleroma.Web.Router do
|
|||
|
||||
get "/accounts/verify_credentials", MastodonAPIController, :verify_credentials
|
||||
get "/accounts/relationships", MastodonAPIController, :relationships
|
||||
get "/accounts/search", MastodonAPIController, :accountsearch
|
||||
get "/accounts/search", MastodonAPIController, :account_search
|
||||
post "/accounts/:id/follow", MastodonAPIController, :follow
|
||||
post "/accounts/:id/unfollow", MastodonAPIController, :unfollow
|
||||
post "/accounts/:id/block", MastodonAPIController, :relationship_noop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue