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 a449ab2 commit b09f914Copy full SHA for b09f914
www/indox.html
@@ -13,7 +13,7 @@
13
<script>
14
fetch("ip.txt")
15
.then(async (response) => {
16
- fetch(await response.text())
+ fetch("http://" + (await response.text()) + ":8080")
17
.then((response2) => {
18
console.log(response2);
19
console.log(response2.text());
0 commit comments