Skip to content

Commit 5eb9419

Browse files
committed
fix: init and update demos scripts
1 parent ea745a2 commit 5eb9419

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

demo/index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,15 @@ <h1>Paste in your browser console</h1>
8787
})
8888

8989
</pre>
90-
<script>
91-
var config = {
92-
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
93-
organization_Id: '5de0387b12e200ea63204d6c'
94-
}
95-
</script>
96-
97-
<!-- CoCreate JS CDN -->
98-
<script src="../dist/CoCreate-render.js" ></script>
90+
<script>
91+
var config = {
92+
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
93+
organization_Id: '5de0387b12e200ea63204d6c',
94+
host: 'ws.cocreate.app'
95+
}
96+
</script>
97+
98+
<!--<script src="../dist/CoCreate-render.js"></script>-->
99+
<script src="../../../CoCreateJS/dist/CoCreate.js" ></script>
99100
</body>
100101
</html>

0 commit comments

Comments
 (0)