Skip to content

Commit

Permalink
Revert setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Marishka17 committed Feb 8, 2022
1 parent 7ad61e5 commit 9cc70d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cvat/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ def add_ssh_keys():
'rest_framework.filters.OrderingFilter',
'cvat.apps.iam.filters.OrganizationFilterBackend'),

# Disable default handling of the 'format' query parameter by REST framework
'URL_FORMAT_OVERRIDE': 'scheme',
'DEFAULT_THROTTLE_CLASSES': [
'rest_framework.throttling.AnonRateThrottle',
],
Expand Down

0 comments on commit 9cc70d7

Please sign in to comment.