Skip to content

Commit

Permalink
Bug 1357476 - Remove django-rest-swagger remnants
Browse files Browse the repository at this point in the history
These are leftover from 0aec43a (#3230).
  • Loading branch information
edmorley committed Apr 3, 2018
1 parent 82f1200 commit da392d4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions treeherder/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,12 +596,6 @@
},
}

SWAGGER_SETTINGS = {
'SECURITY_DEFINITIONS': {},
'SUPPORTED_SUBMIT_METHODS': ['get'],
'USE_SESSION_AUTH': False,
}

HAWK_CREDENTIALS_LOOKUP = 'treeherder.webapp.api.auth.hawk_lookup'

# Configuration for elasticsearch backend
Expand Down

0 comments on commit da392d4

Please sign in to comment.