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 ea745a2 commit 5eb9419Copy full SHA for 5eb9419
demo/index.html
@@ -87,14 +87,15 @@ <h1>Paste in your browser console</h1>
87
})
88
89
</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>
+ <script>
+ var config = {
+ apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
+ organization_Id: '5de0387b12e200ea63204d6c',
+ host: 'ws.cocreate.app'
+ }
+ </script>
+
+ <!--<script src="../dist/CoCreate-render.js"></script>-->
99
+ <script src="../../../CoCreateJS/dist/CoCreate.js" ></script>
100
</body>
101
</html>
0 commit comments