Skip to content

Commit b9ba802

Browse files
committed
feat: update mock endpoint spec
1 parent 53c6d64 commit b9ba802

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/android/library/src/main/java/io/appwrite/Client.kt.twig

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

4141
class Client @JvmOverloads constructor(
4242
context: Context,
43-
var endPoint: String = "https://appwrite.io/v1",
43+
var endPoint: String = "{{spec.endpoint}}",
4444
var endPointRealtime: String? = null,
4545
private var selfSigned: Boolean = false
4646
) : CoroutineScope {

templates/kotlin/src/main/kotlin/io/appwrite/Client.kt.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import kotlin.coroutines.CoroutineContext
3434
import kotlin.coroutines.resume
3535

3636
class Client @JvmOverloads constructor(
37-
var endPoint: String = "https://appwrite.io/v1",
37+
var endPoint: String = "{{spec.endpoint}}",
3838
private var selfSigned: Boolean = false
3939
) : CoroutineScope {
4040

0 commit comments

Comments
 (0)