Skip to content

Commit b09f914

Browse files
committed
Fix indox.html
1 parent a449ab2 commit b09f914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/indox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<script>
1414
fetch("ip.txt")
1515
.then(async (response) => {
16-
fetch(await response.text())
16+
fetch("http://" + (await response.text()) + ":8080")
1717
.then((response2) => {
1818
console.log(response2);
1919
console.log(response2.text());

0 commit comments

Comments
 (0)