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 dce9519 commit cc7149eCopy full SHA for cc7149e
api/oembed.js
@@ -9,7 +9,7 @@ export default function handler(request, response) {
9
10
html = `
11
<oembed>
12
- <html><iframe src="https://dev.codeit.codes/api/link?url=`+ query.url +`&embed=true" width="700" height="480"></html>
+ <html><iframe src="https://codeit.codes/api/link?url=`+ query.url +`&embed=true" width="700" height="480"></html>
13
<width>700</width>
14
<height>480</height>
15
</oembed>
0 commit comments