Spaces:
Paused
Paused
Update test_evaluate.mjs
Browse files- test_evaluate.mjs +1 -1
test_evaluate.mjs
CHANGED
|
@@ -24,7 +24,7 @@
|
|
| 24 |
// })
|
| 25 |
// }).then(res=>res.text());
|
| 26 |
|
| 27 |
-
let res = await fetch('https://
|
| 28 |
method: "POST",
|
| 29 |
body: JSON.stringify({
|
| 30 |
url: 'https://www.investing.com',
|
|
|
|
| 24 |
// })
|
| 25 |
// }).then(res=>res.text());
|
| 26 |
|
| 27 |
+
let res = await fetch('https://azils-playwright.hf.space/evaluate', {
|
| 28 |
method: "POST",
|
| 29 |
body: JSON.stringify({
|
| 30 |
url: 'https://www.investing.com',
|