diff options
author | Mike Greiling <mike@pixelcog.com> | 2019-09-05 19:07:04 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2019-09-05 19:07:04 +0000 |
commit | 1efb4ea8d79d242e002de95963f7aab2ddb651c1 (patch) | |
tree | 5a554b37370a816d34982589bec29ca769d6118f | |
parent | f7e7ee713aa21874bf6810d01976c2b5342c0995 (diff) | |
parent | 4e671d56ef909f6bd450a5b545207256156525f9 (diff) | |
download | gitlab-ce-1efb4ea8d79d242e002de95963f7aab2ddb651c1.tar.gz |
Merge branch 'instance-level-security-dashboard-ce' into 'master'
Adds route for instance level security dashboard
See merge request gitlab-org/gitlab-ce!32548
-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 02a405a91f8..a622ce268da 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -107,6 +107,7 @@ Rails.application.routes.draw do draw :instance_statistics Gitlab.ee do + draw :security draw :smartcard draw :jira_connect draw :username |