Fixes 2064: Disable calls to online swagger validator

This commit is contained in:
Jeremy Stretch 2018-07-02 14:39:32 -04:00
parent 97863115ba
commit ef61c70a9d
1 changed files with 2 additions and 1 deletions

View File

@ -268,7 +268,8 @@ SWAGGER_SETTINGS = {
'utilities.custom_inspectors.NullablePaginatorInspector',
'drf_yasg.inspectors.DjangoRestResponsePagination',
'drf_yasg.inspectors.CoreAPICompatInspector',
]
],
'VALIDATOR_URL': None,
}