diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-14 21:09:52 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-14 21:09:52 +0000 |
commit | ae93b284016c07a8a4b47e2510789253d14870f3 (patch) | |
tree | c7dc8690b841dd7d3a4eeeca944969d14df582a6 /config/routes/project.rb | |
parent | f697dc5e76dfc5894df006d53b2b7e751653cf05 (diff) | |
download | gitlab-ce-ae93b284016c07a8a4b47e2510789253d14870f3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes/project.rb')
-rw-r--r-- | config/routes/project.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb index 77183c963d0..ab7c439318f 100644 --- a/config/routes/project.rb +++ b/config/routes/project.rb @@ -338,6 +338,7 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do resources :domains, except: :index, controller: 'pages_domains', constraints: { id: %r{[^/]+} } do member do post :verify + post :retry_auto_ssl delete :clean_certificate end end |