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 b23d6bd commit e35c1f3Copy full SHA for e35c1f3
library/src/main/java/io/appwrite/Client.kt
@@ -39,7 +39,7 @@ import kotlin.coroutines.resume
39
40
class Client @JvmOverloads constructor(
41
context: Context,
42
- var endpoint: String = "https://cloud.appwrite.io/v1",
+ var endpoint: String = "https://<REGION>.cloud.appwrite.io/v1",
43
var endpointRealtime: String? = null,
44
private var selfSigned: Boolean = false
45
) : CoroutineScope {
0 commit comments