mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 21:07:46 +00:00
feat: update region placeholder
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user