feat: update region placeholder

This commit is contained in:
Christy Jacob
2024-11-05 18:12:05 +01:00
parent 8b4e6deed1
commit ef1dda550e
78 changed files with 393 additions and 393 deletions

View File

@@ -80,7 +80,7 @@ Appwrite Authentication also leverages password hashing algorithms to allow deve
import { Client, Account, ID } from "appwrite";
const client = new Client()
.setEndpoint('https://[region].cloud.appwrite.io/v1')
.setEndpoint('https://<REGION>.cloud.appwrite.io/v1')
.setProject('<PROJECT_ID>');
const account = new Account(client);