Welcome to mirror list, hosted at ThFree Co, Russian Federation.

well_known.rb « routes « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89880f985916b9e5934a46ab677d0db6a0b57e62 (plain)
1
2
3
4
# frozen_string_literal: true

get '/.well-known/change-password', to: redirect('-/user_settings/password/edit'), status: 302
get '/.well-known/security.txt', to: 'well_known#security_txt'