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.rb')
-rw-r--r--config/routes.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index f18085dbb54..c1cb5a2a26f 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -64,7 +64,6 @@ Rails.application.routes.draw do
end
resource :experience_level, only: [:show, :update]
- resources :invites, only: [:new, :create]
Gitlab.ee do
resources :groups, only: [:new, :create]
@@ -185,6 +184,10 @@ Rails.application.routes.draw do
resources :survey_responses, only: :index
end
+ Gitlab.jh do
+ draw :province
+ end
+
if ENV['GITLAB_CHAOS_SECRET'] || Rails.env.development? || Rails.env.test?
resource :chaos, only: [] do
get :leakmem