mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-08 21:07:45 +00:00
feat: change references to cloud.appwrite.io
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user