summaryrefslogtreecommitdiff
path: root/lib/api/project_snapshots.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/project_snapshots.rb')
-rw-r--r--lib/api/project_snapshots.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/project_snapshots.rb b/lib/api/project_snapshots.rb
index 360000861fc..e19afb6e8e4 100644
--- a/lib/api/project_snapshots.rb
+++ b/lib/api/project_snapshots.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module API
- class ProjectSnapshots < Grape::API::Instance
+ class ProjectSnapshots < ::API::Base
helpers ::API::Helpers::ProjectSnapshotsHelpers
before { authorize_read_git_snapshot! }