conf(drf-spectacular): set COMPONENT_SPLIT_REQUEST

This commit is contained in:
indyandie 2024-03-03 01:02:00 -06:00
parent ddeaeebeb8
commit 3c9d27bf46
No known key found for this signature in database
GPG key ID: FDB83C1AED3933E1

View file

@ -147,5 +147,6 @@ SPECTACULAR_SETTINGS = {
'VERSION': '2.7.0',
'SERVE_INCLUDE_SCHEMA': False,
'OAS_VERSION': '3.1.0',
'COMPONENT_SPLIT_REQUEST': True
}