mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix accidental hardcoding
This commit is contained in:
+2
-2
@@ -48,8 +48,8 @@
|
||||
|
||||
\`\`\`
|
||||
val client = Client()
|
||||
.setEndpoint("https://fra.cloud.appwrite.io/v1")
|
||||
.setProject("ai-test-atharva")
|
||||
.setEndpoint("${sdk.forProject(page.params.region, page.params.project).client.config.endpoint}")
|
||||
.setProject("${projectId}")
|
||||
|
||||
val account = Account(client)
|
||||
\`\`\`
|
||||
|
||||
+2
-2
@@ -39,7 +39,7 @@
|
||||
|
||||
const projectId = page.params.project;
|
||||
|
||||
const alreadyExistsInstructions = `
|
||||
const alreadyExistsInstructions = `
|
||||
Install the Appwrite iOS SDK using the following package URL:
|
||||
|
||||
\`\`\`
|
||||
@@ -50,7 +50,7 @@ const alreadyExistsInstructions = `
|
||||
|
||||
\`\`\`
|
||||
let client = Client()
|
||||
.setEndpoint("https://fra.cloud.appwrite.io/v1")
|
||||
.setEndpoint("${sdk.forProject(page.params.region, page.params.project).client.config.endpoint}")
|
||||
.setProject("${projectId}")
|
||||
|
||||
let account = Account(client)
|
||||
|
||||
Reference in New Issue
Block a user