File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
android/library/src/main/java/io/appwrite
kotlin/src/main/kotlin/io/appwrite Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ import kotlin.coroutines.resume
40
40
41
41
class Client @JvmOverloads constructor(
42
42
context: Context,
43
- var endPoint: String = "https://appwrite.io/v1 ",
43
+ var endPoint: String = "{{ spec . endpoint }} ",
44
44
var endPointRealtime: String? = null,
45
45
private var selfSigned: Boolean = false
46
46
) : CoroutineScope {
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import kotlin.coroutines.CoroutineContext
34
34
import kotlin.coroutines.resume
35
35
36
36
class Client @JvmOverloads constructor(
37
- var endPoint: String = "https://appwrite.io/v1 ",
37
+ var endPoint: String = "{{ spec . endpoint }} ",
38
38
private var selfSigned: Boolean = false
39
39
) : CoroutineScope {
40
40
You can’t perform that action at this time.
0 commit comments