Add admin API for managing e-mail domain blocks (#19066)

This commit is contained in:
Eugen Rochko
2022-08-28 03:37:55 +02:00
committed by GitHub
parent c556c3a0d1
commit 2a7766dcc9
4 changed files with 101 additions and 0 deletions

View File

@ -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