Skip to content

Commit e35c1f3

Browse files
committed
fix: build error
1 parent b23d6bd commit e35c1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/io/appwrite/Client.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import kotlin.coroutines.resume
3939

4040
class Client @JvmOverloads constructor(
4141
context: Context,
42-
var endpoint: String = "https://cloud.appwrite.io/v1",
42+
var endpoint: String = "https://<REGION>.cloud.appwrite.io/v1",
4343
var endpointRealtime: String? = null,
4444
private var selfSigned: Boolean = false
4545
) : CoroutineScope {

0 commit comments

Comments
 (0)