Add admin API for managing e-mail domain blocks (#19066)
This commit is contained in:
parent
c556c3a0d1
commit
2a7766dcc9
4 changed files with 101 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue