We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721d12b commit 4df3029Copy full SHA for 4df3029
api/oembed.js
@@ -55,7 +55,7 @@ export default function handler(request, response) {
55
56
57
if (isJSON) response.status(200).json(resp);
58
- else response.status(200).html(resp);
+ else response.status(200).send(resp);
59
60
}
61
0 commit comments