Skip to content

Commit b09a2c0

Browse files
committed
add real endpoint address
1 parent 11caa01 commit b09a2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
button.disabled = true;
371371

372372
try {
373-
let res = await fetch("http://localhost:8000/glsl", {
373+
let res = await fetch(atob("aHR0cHM6Ly9nbHNsLWNvbXBpbGVyLWJhY2tlbmQtOTU1MjI4NjE1OTAwLmV1cm9wZS13ZXN0MS5ydW4uYXBwL2dsc2w="), {
374374
method: "POST",
375375
headers: {
376376
"Content-Type": "application/json",

0 commit comments

Comments
 (0)