Skip to content

Commit

Permalink
use default authentication for wq.db.rest
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jan 17, 2022
1 parent f53eb5b commit 54191ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data_wizard/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class RunViewSet(ModelViewSet, wizard.RunViewSet):
record_serializer_class = RecordSerializer
renderer_classes = [HTMLRenderer, JSONRenderer]
pagination_class = api_settings.DEFAULT_PAGINATION_CLASS
authentication_classes = api_settings.DEFAULT_AUTHENTICATION_CLASSES
_namespace = "wq"


Expand Down

0 comments on commit 54191ee

Please sign in to comment.