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 6a472c1 commit 2c45ae1Copy full SHA for 2c45ae1
src/routes/docs/products/auth/checking-auth-status/+page.markdoc
@@ -95,7 +95,7 @@ import Appwrite
95
96
func checkAuthStatus() {
97
let client = Client()
98
- .setEndpoint("https://cloud.appwrite.io/v1")
+ .setEndpoint("https://<REGION>.cloud.appwrite.io/v1")
99
.setProject("<PROJECT_ID>")
100
101
let account = Account(client)
0 commit comments