Skip to content

Commit

Permalink
Merge pull request #4311 from willkg/1430786-graphicsdevices
Browse files Browse the repository at this point in the history
fixes bug 1430786 - remove /api/GraphicsDevices/ endpoint
  • Loading branch information
willkg authored Jan 30, 2018
2 parents 1926f14 + 7bc296a commit 54cd642
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 54cd642

Please sign in to comment.