For functions that return JPEGs, we were
using "content_type": "image/jpeg"
instead we should use "content": { "image/jpeg": {}}
|
||
|---|---|---|
| .. | ||
| views | ||
| __init__.py | ||
For functions that return JPEGs, we were
using "content_type": "image/jpeg"
instead we should use "content": { "image/jpeg": {}}
|
||
|---|---|---|
| .. | ||
| views | ||
| __init__.py | ||