Skip to content

Commit c1ff034

Browse files
committed
feat: update endpoint
1 parent c262abe commit c1ff034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/languages/cli/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const { exec, execSync } = require('child_process');
22

3-
execSync("node index client --endpoint 'https://8080-appwrite-appwrite-7nqnl9rodfw.ws-eu63.gitpod.io/v1' --projectId console --key=35y3h5h345 --selfSigned true", { stdio: 'inherit' });
3+
execSync("node index client --endpoint 'https://appwrite.io/v1' --projectId console --key=35y3h5h345 --selfSigned true", { stdio: 'inherit' });
44

55
var output;
66
console.log('\nTest Started');

tests/resources/spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://raw.githubusercontent.com/appwrite/appwrite/master/LICENSE"
1616
}
1717
},
18-
"host": "8080-appwrite-appwrite-7nqnl9rodfw.ws-eu63.gitpod.io",
18+
"host": "appwrite.io",
1919
"basePath": "/v1",
2020
"schemes": ["https"],
2121
"consumes": ["application/json", "multipart/form-data"],

0 commit comments

Comments
 (0)