Spaces:
Sleeping
Sleeping
Update index.js
Browse files
index.js
CHANGED
@@ -62,7 +62,7 @@ const html = `
|
|
62 |
headers: {
|
63 |
'Content-Type': 'application/json',
|
64 |
},
|
65 |
-
body: JSON.stringify({ videoUrl
|
66 |
});
|
67 |
|
68 |
if (response.ok) {
|
|
|
62 |
headers: {
|
63 |
'Content-Type': 'application/json',
|
64 |
},
|
65 |
+
body: JSON.stringify({ videoUrl}),
|
66 |
});
|
67 |
|
68 |
if (response.ok) {
|