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/user.rb')
-rw-r--r--config/routes/user.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes/user.rb b/config/routes/user.rb
index 96e8c850da4..a9e0d7df88f 100644
--- a/config/routes/user.rb
+++ b/config/routes/user.rb
@@ -64,7 +64,9 @@ 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
scope(constraints: { username: Gitlab::PathRegex.root_namespace_route_regex }) do