Skip to content

Commit

Permalink
fixes bug 1430786 - remove /api/GraphicsDevices/ endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Jan 30, 2018
1 parent 1926f14 commit 7bc296a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp-django/crashstats/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def clean(self):
# because it's very sensitive and we don't want to expose it
'Query',
# because it's an internal thing only
'GraphicsDevices',
'GraphicsReport',
'Priorityjob',
)
Expand Down

0 comments on commit 7bc296a

Please sign in to comment.