feat: update region placeholder

This commit is contained in:
Christy Jacob
2024-11-05 18:05:08 +01:00
parent 78d99cb5dd
commit 8b4e6deed1
56 changed files with 270 additions and 270 deletions

View File

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