diff options
author | Takeshi Umeda <noel.yoshiba@gmail.com> | 2020-09-02 09:13:10 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 02:13:10 +0200 |
commit | 33ad850c982bbe03214e2e2870751920721c23af (patch) | |
tree | 99d4cf909c77a3310a6e029d9751a897c5e7146f /config | |
parent | 17340365bbf057314d3cb19ec20c5d74b52c6395 (diff) |
Added account featured tags API (#11817)
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 2c39b36ed..8940101a4 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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 |