diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-30 18:08:56 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-30 18:08:56 +0000 |
commit | 98d7cc758fb73239fb957c297446c811ab4150d9 (patch) | |
tree | 227a5e8efe35d2ac158e762397609a3f1754b224 /lib/api/project_statistics.rb | |
parent | 038366a0932c5f88019cc3db85382f26af3933e7 (diff) | |
download | gitlab-ce-98d7cc758fb73239fb957c297446c811ab4150d9.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/api/project_statistics.rb')
-rw-r--r-- | lib/api/project_statistics.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/api/project_statistics.rb b/lib/api/project_statistics.rb index 1ead969fc81..3db8d20ebac 100644 --- a/lib/api/project_statistics.rb +++ b/lib/api/project_statistics.rb @@ -2,6 +2,8 @@ module API class ProjectStatistics < ::API::Base + feature_category :source_code_management + before do authenticate! authorize! :daily_statistics, user_project |