Merge branch 'kb_development' into kb_migration
This commit is contained in:
commit
f522998541
25 changed files with 599 additions and 11 deletions
|
@ -211,9 +211,11 @@ namespace :api, format: false do
|
|||
resource :accounts, only: [:show, :create, :destroy], controller: 'antennas/accounts'
|
||||
resource :domains, only: [:show, :create, :destroy], controller: 'antennas/domains'
|
||||
resource :keywords, only: [:show, :create, :destroy], controller: 'antennas/keywords'
|
||||
resource :tags, only: [:show, :create, :destroy], controller: 'antennas/tags'
|
||||
resource :exclude_accounts, only: [:show, :create, :destroy], controller: 'antennas/exclude_accounts'
|
||||
resource :exclude_domains, only: [:create, :destroy], controller: 'antennas/exclude_domains'
|
||||
resource :exclude_keywords, only: [:create, :destroy], controller: 'antennas/exclude_keywords'
|
||||
resource :exclude_tags, only: [:create, :destroy], controller: 'antennas/exclude_tags'
|
||||
end
|
||||
|
||||
resources :circles, only: [:index, :create, :show, :update, :destroy] do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue