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/well_known.rb')
-rw-r--r--config/routes/well_known.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/routes/well_known.rb b/config/routes/well_known.rb
index 0c48f116da9..89880f98591 100644
--- a/config/routes/well_known.rb
+++ b/config/routes/well_known.rb
@@ -1,3 +1,4 @@
# frozen_string_literal: true
-get '/.well-known/change-password', to: redirect('-/profile/password/edit'), status: 302
+get '/.well-known/change-password', to: redirect('-/user_settings/password/edit'), status: 302
+get '/.well-known/security.txt', to: 'well_known#security_txt'