Fixes 2064: Disable calls to online swagger validator
This commit is contained in:
parent
97863115ba
commit
ef61c70a9d
|
|
@ -268,7 +268,8 @@ SWAGGER_SETTINGS = {
|
|||
'utilities.custom_inspectors.NullablePaginatorInspector',
|
||||
'drf_yasg.inspectors.DjangoRestResponsePagination',
|
||||
'drf_yasg.inspectors.CoreAPICompatInspector',
|
||||
]
|
||||
],
|
||||
'VALIDATOR_URL': None,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue