feat: change references to cloud.appwrite.io

This commit is contained in:
Christy Jacob
2024-11-05 17:47:44 +01:00
parent 7731173218
commit 78d99cb5dd
92 changed files with 663 additions and 663 deletions

View File

@@ -50,7 +50,7 @@ import { Client, Databases, Account } from "react-native-appwrite";
const client = new Client();
client
.setEndpoint("https://cloud.appwrite.io/v1")
.setEndpoint("https://[region].cloud.appwrite.io/v1")
.setProject("<PROJECT_ID>") // Replace with your project ID
.setPlatform('com.example.idea-tracker');

View File

@@ -49,7 +49,7 @@ import { Client, Databases, Account } from "appwrite";
const client = new Client();
client
.setEndpoint("https://cloud.appwrite.io/v1")
.setEndpoint("https://[region].cloud.appwrite.io/v1")
.setProject("<PROJECT_ID>"); // Replace with your project ID
export const account = new Account(client);

View File

@@ -48,7 +48,7 @@ import { Client, Databases, Account } from "appwrite";
const client = new Client();
client
.setEndpoint("https://cloud.appwrite.io/v1")
.setEndpoint("https://[region].cloud.appwrite.io/v1")
.setProject("<PROJECT_ID>"); // Replace with your project ID
export const account = new Account(client);

View File

@@ -48,7 +48,7 @@ import { Client, Databases, Account } from "appwrite";
const client = new Client();
client
.setEndpoint("https://cloud.appwrite.io/v1")
.setEndpoint("https://[region].cloud.appwrite.io/v1")
.setProject("<PROJECT_ID>"); // Replace with your project ID
export const account = new Account(client);