Added account featured tags API (#11817)
This commit is contained in:
parent
17340365bb
commit
33ad850c98
3 changed files with 42 additions and 0 deletions
|
@ -430,6 +430,7 @@ Rails.application.routes.draw do
|
|||
resources :following, only: :index, controller: 'accounts/following_accounts'
|
||||
resources :lists, only: :index, controller: 'accounts/lists'
|
||||
resources :identity_proofs, only: :index, controller: 'accounts/identity_proofs'
|
||||
resources :featured_tags, only: :index, controller: 'accounts/featured_tags'
|
||||
|
||||
member do
|
||||
post :follow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue