There was an error while loading. Please reload this page.
1 parent 2fc6c54 commit 5d1d65cCopy full SHA for 5d1d65c
1 file changed
codespeed/api.py
@@ -152,7 +152,8 @@ class ReportResource(ModelResource):
152
class Meta:
153
queryset = Report.objects.all()
154
allowed_methods = ['get']
155
- authorization = Authorization()
+ authorization = DjangoAuthorization()
156
+ authentication = MultiAuthentication(ApiKeyAuthentication(), Authentication())
157
158
159
class ResultBundle(Bundle):
0 commit comments