about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-08-28 03:37:55 +0200
committerGitHub <noreply@github.com>2022-08-28 03:37:55 +0200
commit2a7766dcc958ad18df761de50f9da5164f1a2e8f (patch)
treedb82aff4022a9984c0e9f291c955857d4dfe187a /config
parentc556c3a0d1e54a6b07bbdd8f76cbb43672a91fd1 (diff)
Add admin API for managing e-mail domain blocks (#19066)
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 8694a6436..13a4a1618 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -591,6 +591,7 @@ Rails.application.routes.draw do
 
         resources :domain_allows, only: [:index, :show, :create, :destroy]
         resources :domain_blocks, only: [:index, :show, :update, :create, :destroy]
+        resources :email_domain_blocks, only: [:index, :show, :create, :destroy]
         resources :ip_blocks, only: [:index, :show, :update, :create, :destroy]
 
         namespace :trends do