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 0bd1c26 commit 7baf1c8Copy full SHA for 7baf1c8
demo/index.html
@@ -10,16 +10,15 @@
10
</head>
11
<body>
12
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>
+ <script>
+ var config = {
+ apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
+ organization_Id: '5de0387b12e200ea63204d6c',
+ host: 'ws.cocreate.app'
+ }
+ </script>
+
+ <!--<script src="../dist/CoCreate-utils.js"></script>-->
+ <script src="../../../CoCreateJS/dist/CoCreate.js" ></script>
24
</body>
25
</html>
0 commit comments