Skip to content

Commit 7baf1c8

Browse files
committed
fix: init and update demos scripts
1 parent 0bd1c26 commit 7baf1c8

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

demo/index.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@
1010
</head>
1111
<body>
1212

13-
14-
15-
<script>
16-
var config = {
17-
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
18-
organization_Id: '5de0387b12e200ea63204d6c'
19-
}
20-
</script>
21-
22-
<!-- CoCreate JS CDN -->
23-
<script src="https://cdn.cocreate.app/utils/latest/CoCreate-utils.min.js" ></script>
13+
<script>
14+
var config = {
15+
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
16+
organization_Id: '5de0387b12e200ea63204d6c',
17+
host: 'ws.cocreate.app'
18+
}
19+
</script>
20+
21+
<!--<script src="../dist/CoCreate-utils.js"></script>-->
22+
<script src="../../../CoCreateJS/dist/CoCreate.js" ></script>
2423
</body>
2524
</html>

0 commit comments

Comments
 (0)