Commit 549f2e41 authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch 'pl-remove-operations-create-route' into 'master'

Remove `create` routing from settings operations

See merge request gitlab-org/gitlab-ee!9027
parents 94371e42 cc3dd59b
......@@ -12,7 +12,7 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
resource :tracing, only: [:show]
namespace :settings do
resource :operations, only: [:show, :update, :create]
resource :operations, only: [:show, :update]
end
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