Commit cc3dd59b authored by Peter Leitzen's avatar Peter Leitzen

Remove `create` routing from settings operations

The actual `create` action has been removed during tracing refactoring:
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8983
parent 86a3cf6e
...@@ -12,7 +12,7 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do ...@@ -12,7 +12,7 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
resource :tracing, only: [:show] resource :tracing, only: [:show]
namespace :settings do namespace :settings do
resource :operations, only: [:show, :update, :create] resource :operations, only: [:show, :update]
end end
resources :autocomplete_sources, only: [] do resources :autocomplete_sources, only: [] do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment