Add GET /api/v1/accounts/lookup
REST API (#15740)
This commit is contained in:
parent
3f8523130d
commit
e31ed27485
2 changed files with 17 additions and 0 deletions
|
@ -431,6 +431,7 @@ Rails.application.routes.draw do
|
|||
get :verify_credentials, to: 'credentials#show'
|
||||
patch :update_credentials, to: 'credentials#update'
|
||||
resource :search, only: :show, controller: :search
|
||||
resource :lookup, only: :show, controller: :lookup
|
||||
resources :relationships, only: :index
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue