diff --git a/app/views/docs/getting-started-for-web.phtml b/app/views/docs/getting-started-for-web.phtml index d7ec5bc2a..9fe1b4bc6 100644 --- a/app/views/docs/getting-started-for-web.phtml +++ b/app/views/docs/getting-started-for-web.phtml @@ -64,7 +64,7 @@ $demos = $platform['demos'] ?? [];
const client = new Client()
     .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    .setProject('[PROJECT_ID]');               // Your project ID
+    .setProject('64cd173b3c113749be37');         // Your project ID
 
@@ -108,7 +108,7 @@ client.subscribe('files', response => { const client = new Client() .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint - .setProject('[PROJECT_ID]'); // Your project ID + .setProject('64cd173b3c113749be37'); // Your project ID const account = new Account(client);