send as proper mimetype

pull/19/head
tycrek 3 years ago
parent da328cc4ac
commit d359fce3b1
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -198,7 +198,7 @@ function startup() {
opengraph.providerUrl && (oembed.provider_url = opengraph.providerUrl);
// Send the oEmbed resonse
res.type('application/json+oembed').send(oembed);
res.type('json').send(oembed);
});
// Delete file

Loading…
Cancel
Save