docs(swagger): refine normalisation of api v1/v2 docs
ref: #248 #345 #346
This commit is contained in:
@ -309,7 +309,7 @@ curl:
|
||||
|
||||
""",
|
||||
'VERSION': '1.0.0',
|
||||
'SCHEMA_PATH_PREFIX': '/api(/v2)?',
|
||||
'SCHEMA_PATH_PREFIX': '/api/v2/([a-z]+)|/api',
|
||||
'SERVE_INCLUDE_SCHEMA': False,
|
||||
|
||||
'SWAGGER_UI_DIST': 'SIDECAR',
|
||||
|
Reference in New Issue
Block a user