File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
const { exec, execSync } = require ( 'child_process' ) ;
2
2
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' } ) ;
4
4
5
5
var output ;
6
6
console . log ( '\nTest Started' ) ;
Original file line number Diff line number Diff line change 15
15
"url" : " https://raw.githubusercontent.com/appwrite/appwrite/master/LICENSE"
16
16
}
17
17
},
18
- "host" : " 8080- appwrite-appwrite-7nqnl9rodfw.ws-eu63.gitpod .io" ,
18
+ "host" : " appwrite.io" ,
19
19
"basePath" : " /v1" ,
20
20
"schemes" : [" https" ],
21
21
"consumes" : [" application/json" , " multipart/form-data" ],
You can’t perform that action at this time.
0 commit comments