summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2019-08-20 01:18:01 +0000
committerAsh McKenzie <amckenzie@gitlab.com>2019-08-20 01:18:01 +0000
commite046a1776175a0acc1eb59b9f2ea60fc77c2a614 (patch)
treec0e262e6472d00a1847bf13a5e2c41230df4791c
parent6944c14e38f51ee0cd127b6f8e1071d23b6d0180 (diff)
parent092e03f09b8205326b57bc46ac577e8d12602284 (diff)
downloadgitlab-ce-e046a1776175a0acc1eb59b9f2ea60fc77c2a614.tar.gz
Merge branch 'username_suggests' into 'master'
Back porting Username suggestion API changes See merge request gitlab-org/gitlab-ce!31986
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index fdef31429f3..d633228a495 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -109,6 +109,7 @@ Rails.application.routes.draw do
Gitlab.ee do
draw :smartcard
draw :jira_connect
+ draw :username
end
Gitlab.ee do