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
path: root/config
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2019-08-29 20:50:58 +0300
committerSean McGivern <sean@gitlab.com>2019-08-29 20:50:58 +0300
commitdded24acacee88954867d52d42c24accf91f077a (patch)
treebe68751cb18c0e4d163706d042851060fe2004a5 /config
parent8ca06e5868c19890c9e967e3369f5247138529e1 (diff)
parent5025da6d305482279f884b19de5e1265271fa9bb (diff)
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
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
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