about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-01-01 13:44:04 +0100
committerGitHub <noreply@github.com>2019-01-01 13:44:04 +0100
commit7fc7437d05bf1441bb694b847f7e65ce37cd74fa (patch)
tree2ecefba5f58a812ab429151841b30e25a331097e /config
parent1d4215be777afde86208059e3eacf615533bc734 (diff)
Add CSV export for lists and domain blocks (#9677)
Fix #6893
Fix #9268
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 1556aa577..6e4da48a0 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -94,6 +94,8 @@ Rails.application.routes.draw do
       resources :follows, only: :index, controller: :following_accounts
       resources :blocks, only: :index, controller: :blocked_accounts
       resources :mutes, only: :index, controller: :muted_accounts
+      resources :lists, only: :index, controller: :lists
+      resources :domain_blocks, only: :index, controller: :blocked_domains
     end
 
     resource :two_factor_authentication, only: [:show, :create, :destroy]