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 11caa01 commit b09a2c0Copy full SHA for b09a2c0
src/index.html
@@ -370,7 +370,7 @@
370
button.disabled = true;
371
372
try {
373
- let res = await fetch("http://localhost:8000/glsl", {
+ let res = await fetch(atob("aHR0cHM6Ly9nbHNsLWNvbXBpbGVyLWJhY2tlbmQtOTU1MjI4NjE1OTAwLmV1cm9wZS13ZXN0MS5ydW4uYXBwL2dsc2w="), {
374
method: "POST",
375
headers: {
376
"Content-Type": "application/json",
0 commit comments