We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18a8bd commit a441da1Copy full SHA for a441da1
demo/main.js
@@ -4,7 +4,7 @@ Gleap.setFrameUrl("http://0.0.0.0:3001");
4
Gleap.setApiUrl("http://0.0.0.0:9000");
5
Gleap.setWSApiUrl("ws://0.0.0.0:9000");
6
7
-Gleap.initialize("ody3fTXIIbWfipYNLCeCxJBizXVVaX9J");
+Gleap.initialize("ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV");
8
9
Gleap.on("tool-execution", (tool) => {
10
console.log(tool);
0 commit comments