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 836af1d commit 54fb395Copy full SHA for 54fb395
tests/languages/cli/test.js
@@ -1,6 +1,6 @@
1
const { exec, execSync } = require('child_process');
2
3
-execSync("node index client --endpoint 'https://stage.cloud.appwrite.io/v1' --projectId console --key=35y3h5h345 --selfSigned true", { stdio: 'inherit' });
+execSync("node index client --endpoint 'https://demo.appwrite.io/v1' --projectId console --key=35y3h5h345 --selfSigned true", { stdio: 'inherit' });
4
5
var output;
6
console.log('\nTest Started');
0 commit comments