summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAishwarya Subramanian <asubramanian@gitlab.com>2019-08-20 01:18:00 +0000
committerAsh McKenzie <amckenzie@gitlab.com>2019-08-20 01:18:00 +0000
commit092e03f09b8205326b57bc46ac577e8d12602284 (patch)
treec0e262e6472d00a1847bf13a5e2c41230df4791c
parent6944c14e38f51ee0cd127b6f8e1071d23b6d0180 (diff)
downloadgitlab-ce-092e03f09b8205326b57bc46ac577e8d12602284.tar.gz
Back porting Username suggestion API changes
-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