Skip to content

Commit 2c45ae1

Browse files
Update src/routes/docs/products/auth/checking-auth-status/+page.markdoc
Co-authored-by: Steven Nguyen <[email protected]>
1 parent 6a472c1 commit 2c45ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/docs/products/auth/checking-auth-status/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ import Appwrite
9595

9696
func checkAuthStatus() {
9797
let client = Client()
98-
.setEndpoint("https://cloud.appwrite.io/v1")
98+
.setEndpoint("https://<REGION>.cloud.appwrite.io/v1")
9999
.setProject("<PROJECT_ID>")
100100

101101
let account = Account(client)

0 commit comments

Comments
 (0)