diff options
author | Sean McGivern <sean@gitlab.com> | 2019-08-29 17:50:58 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2019-08-29 17:50:58 +0000 |
commit | dded24acacee88954867d52d42c24accf91f077a (patch) | |
tree | be68751cb18c0e4d163706d042851060fe2004a5 | |
parent | 8ca06e5868c19890c9e967e3369f5247138529e1 (diff) | |
parent | 5025da6d305482279f884b19de5e1265271fa9bb (diff) | |
download | gitlab-ce-dded24acacee88954867d52d42c24accf91f077a.tar.gz |
Merge branch 'rd-add-custom-endpoint-for-new-registrations' into 'master'
Add custom endpoint for new registrations
See merge request gitlab-org/gitlab-ce!32233
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index d633228a495..c333550f758 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -110,6 +110,7 @@ Rails.application.routes.draw do draw :smartcard draw :jira_connect draw :username + draw :trial_registration end Gitlab.ee do |