Skip to content

Commit

Permalink
Fixes #31094 - drop config groups API
Browse files Browse the repository at this point in the history
  • Loading branch information
Shira Maximov authored and ezr-ondrej committed Apr 14, 2021
1 parent bfa3190 commit 9283be1
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 102 deletions.
55 changes: 0 additions & 55 deletions app/controllers/api/v2/config_groups_controller.rb

This file was deleted.

3 changes: 0 additions & 3 deletions app/views/api/v2/config_groups/base.json.rabl

This file was deleted.

3 changes: 0 additions & 3 deletions app/views/api/v2/config_groups/create.json.rabl

This file was deleted.

3 changes: 0 additions & 3 deletions app/views/api/v2/config_groups/index.json.rabl

This file was deleted.

9 changes: 0 additions & 9 deletions app/views/api/v2/config_groups/main.json.rabl

This file was deleted.

3 changes: 0 additions & 3 deletions app/views/api/v2/config_groups/show.json.rabl

This file was deleted.

3 changes: 0 additions & 3 deletions app/views/api/v2/config_groups/update.json.rabl

This file was deleted.

1 change: 0 additions & 1 deletion config/routes/api/v2.rb
Expand Up @@ -252,7 +252,6 @@
resources :template_kinds, :only => [:index]

resources :template_combinations, :only => [:show, :destroy]
resources :config_groups, :except => [:new, :edit]

resources :compute_attributes, :only => [:index, :show, :create, :update]

Expand Down
22 changes: 0 additions & 22 deletions test/controllers/api/v2/config_groups_controller_test.rb

This file was deleted.

0 comments on commit 9283be1

Please sign in to comment.