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-07-20 03:10:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-20 03:10:15 +0300
commitf0e9d20cd8b273b2bbefd8c2cde3f63247feb61c (patch)
treee1407bcdcaeac8348bc64fdc03800b9ed034bceb /config/routes.rb
parent0ea2d99b0bf43878a889cc6aa91443245d05356d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 97e6983e0bc..dd3095f0a8d 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -190,9 +190,6 @@ InitializerConnections.with_disabled_database_connections do
scope '/push_from_secondary/:geo_node_id' do
draw :git_http
end
-
- # Used for survey responses
- resources :survey_responses, only: :index
end
Gitlab.jh do