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 ba081c2 commit 3df1fedCopy full SHA for 3df1fed
templates/android/library/src/main/java/io/package/Client.kt.twig
@@ -44,7 +44,7 @@ class Client(context: Context) : CoroutineScope {
44
internal const val COOKIE_PREFS = "myCookie"
45
}
46
47
- private var _endpoint: String = ""
+ private var _endpoint: String = "{{spec.endpoint}}"
48
var endpoint: String
49
get() = _endpoint
50
private set(value) {
templates/kotlin/src/main/kotlin/io/appwrite/Client.kt.twig
@@ -37,7 +37,7 @@ class Client: CoroutineScope {
37
const val CHUNK_SIZE = 5*1024*1024; // 5MB
38
39
40
41
42
43
0 commit comments