mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 09:16:10 -06:00
12288 standardize quotes
This commit is contained in:
parent
fc7983e494
commit
4e1cdf1708
@ -581,13 +581,13 @@ REST_FRAMEWORK = {
|
|||||||
#
|
#
|
||||||
|
|
||||||
SPECTACULAR_SETTINGS = {
|
SPECTACULAR_SETTINGS = {
|
||||||
"TITLE": "NetBox API",
|
'TITLE': 'NetBox API',
|
||||||
"DESCRIPTION": "API to access NetBox",
|
'DESCRIPTION': 'API to access NetBox',
|
||||||
"LICENSE": {"name": "Apache v2 License"},
|
'LICENSE': {'name': 'Apache v2 License'},
|
||||||
"VERSION": VERSION,
|
'VERSION': VERSION,
|
||||||
'COMPONENT_SPLIT_REQUEST': True,
|
'COMPONENT_SPLIT_REQUEST': True,
|
||||||
'REDOC_DIST': 'SIDECAR',
|
'REDOC_DIST': 'SIDECAR',
|
||||||
"SERVERS": [{"url": "/api"}, ],
|
"SERVERS": [{'url': '/api'}, ],
|
||||||
'SWAGGER_UI_DIST': 'SIDECAR',
|
'SWAGGER_UI_DIST': 'SIDECAR',
|
||||||
'SWAGGER_UI_FAVICON_HREF': 'SIDECAR',
|
'SWAGGER_UI_FAVICON_HREF': 'SIDECAR',
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user