mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-21 19:18:41 +00:00
Uncommented a comment
This commit is contained in:
parent
bcdbf6eadd
commit
8eff3dd736
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class FalconOpenAPIRequestFactory:
|
|||
media = request.get_media(default_when_empty=default)
|
||||
else:
|
||||
media = request.media if request.media else default
|
||||
# # Support falcon-jsonify.
|
||||
# Support falcon-jsonify.
|
||||
body = (
|
||||
dumps(getattr(request, "json", media))
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue