feat: update API endpoint in the code examples

This commit is contained in:
Christy Jacob
2024-11-06 12:07:14 +01:00
parent d7c64b6557
commit e6fb296666
15974 changed files with 15974 additions and 15974 deletions
@@ -4,7 +4,7 @@ from appwrite.services.databases import Databases
client = Client()
(client
.set_endpoint('https://cloud.appwrite.io/v1') # Your API Endpoint
.set_endpoint('https://<REGION>.cloud.appwrite.io/v1') # Your API Endpoint
.set_project('5df5acd0d48c2') # Your project ID
.set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key
)