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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-28 21:10:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-28 21:10:01 +0300
commitf14814c9815f86a95808f089ff219d4e768641c0 (patch)
treebca9f6f2719c693748479776b766786922b026e2 /config/routes
parentf7f0c0502763777f48964774a87b0a34dfb1d9ab (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/admin.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes/admin.rb b/config/routes/admin.rb
index a81b6173e28..2bc050dfa67 100644
--- a/config/routes/admin.rb
+++ b/config/routes/admin.rb
@@ -100,7 +100,6 @@ namespace :admin do
resource :background_jobs, controller: 'background_jobs', only: [:show]
resource :system_info, controller: 'system_info', only: [:show]
- resources :requests_profiles, only: [:index, :show], param: :name, constraints: { name: /.+\.(html|txt)/ }
resources :projects, only: [:index]