From ee664acb356f8123f4f6b00b73c1e1cf0866c7fb Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 20 Oct 2022 09:40:42 +0000 Subject: Add latest changes from gitlab-org/gitlab@15-5-stable-ee --- config/routes/user.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'config/routes/user.rb') diff --git a/config/routes/user.rb b/config/routes/user.rb index a9e0d7df88f..0c1bc1956a9 100644 --- a/config/routes/user.rb +++ b/config/routes/user.rb @@ -64,7 +64,6 @@ scope '-/users', module: :users do end resources :callouts, only: [:create] - resources :namespace_callouts, only: [:create] resources :group_callouts, only: [:create] resources :project_callouts, only: [:create] end -- cgit v1.2.1