Update index.html

This commit is contained in:
2025-08-23 23:38:26 -07:00
committed by GitHub
parent bb598a825b
commit f5f847d8c7

View File

@@ -211,7 +211,7 @@ window.addEventListener('resize',()=>{hideHistoryMenu();hideSuneMenu()})
init()
</script>
<script>
const WS_URL = "wss://awww.workers.dev/ws"; // fixed for your Worker domain
const WS_URL = "wss://orp.awww.workers.dev/ws"; // fixed for your Worker domain
class SingleRunWS {
constructor({ payload, onDelta }) {