Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes/group.rb')
-rw-r--r--config/routes/group.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/routes/group.rb b/config/routes/group.rb
index 16371fca89e..87e885e59a2 100644
--- a/config/routes/group.rb
+++ b/config/routes/group.rb
@@ -128,7 +128,6 @@ constraints(::Constraints::GroupUrlConstrainer.new) do
resources :container_registries, only: [:index, :show], controller: 'registry/repositories'
resource :dependency_proxy, only: [:show, :update]
- resources :email_campaigns, only: :index
namespace :observability do
get 'explore'
@@ -161,7 +160,7 @@ constraints(::Constraints::GroupUrlConstrainer.new) do
resources :achievements, only: [:index, :new, :edit]
- resources :work_items, only: [:index]
+ resources :work_items, only: [:index, :show], param: :iid
end
scope(