1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Rack elevation endpoint should return JSON by default; fix typo

This commit is contained in:
Jeremy Stretch
2019-12-11 17:17:20 -05:00
parent b6f8c248de
commit 2ec7259a69
2 changed files with 22 additions and 9 deletions

View File

@@ -105,7 +105,7 @@ class RackDimensionUnitChoices(ChoiceSet):
}
class RackElecationDetailRenderFormatChoices(ChoiceSet):
class RackElevationDetailRenderFormatChoices(ChoiceSet):
RENDER_FORMAT_JSON = 'json'
RENDER_FORMAT_SVG = 'svg'